Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 188 Bytes

puppeteer.coverageentry.url.md

File metadata and controls

15 lines (11 loc) · 188 Bytes
sidebar_label
CoverageEntry.url

CoverageEntry.url property

The URL of the style sheet or script.

Signature:

interface CoverageEntry {
  url: string;
}