Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 196 Bytes

puppeteer.coverageentry.text.md

File metadata and controls

15 lines (11 loc) · 196 Bytes
sidebar_label
CoverageEntry.text

CoverageEntry.text property

The content of the style sheet or script.

Signature:

interface CoverageEntry {
  text: string;
}