Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Profiler.StartPreciseCoverageRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StartPreciseCoverageRequest } = default.Profiler;

Properties

optional
callCount: boolean

Collect accurate call counts beyond simple 'covered' or 'not covered'.

optional
detailed: boolean

Collect block-based coverage.

optional
allowTriggeredUpdates: boolean

Allow the backend to send updates on its own initiative