import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CSSSupports } = Protocol.CSS;
CSS Supports at-rule descriptor.
Properties
optional
range: SourceRangeThe associated rule header range in the enclosing stylesheet (if available).
optional
styleSheetId: StyleSheetIdIdentifier of the stylesheet containing this object (if exists).