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

Coverage data for a JavaScript script.

Properties

scriptId: Runtime.ScriptId

JavaScript script id.

url: string

JavaScript script name or url.

functions: FunctionCoverage[]

Functions contained in the script that has coverage data.