Skip to main content
Version: Next

Coverage.stopCSSCoverage() method

Signature:

class Coverage {stopCSSCoverage(): Promise<CoverageEntry[]>;}

Returns:

Promise<CoverageEntry[]>

Promise that resolves to the array of coverage reports for all stylesheets.

Remarks

CSS Coverage doesn't include dynamically injected style tags without sourceURLs.