Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>CoverageEntry

Headless Chrome Deno API
Latest
interface CoverageEntry
import { type CoverageEntry } from "https://deno.land/x/pptr@1.2.0/mod.ts";

The CoverageEntry class represents one entry of the coverage report.

Properties

url: string

The URL of the style sheet or script.

text: string

The content of the style sheet or script.

ranges: Array<{ start: number; end: number; }>

The covered range as start and end positions.