Skip to main content
Go to Latest
interface Protocol.Profiler.StartPreciseCoverageRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { StartPreciseCoverageRequest } = Protocol.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