Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Profiler.ScriptCoverage
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ScriptCoverage } = default.Profiler;

Coverage data for a JavaScript script.

Properties

JavaScript script id.

url: string

JavaScript script name or url.

functions: FunctionCoverage[]

Functions contained in the script that has coverage data.