import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CSSMedia } = default.CSS;
CSS media rule descriptor.
Properties
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag. (CSSMediaSource enum)
optional
range: SourceRangeThe associated rule (@media or @import) header range in the enclosing stylesheet (if available).
optional
styleSheetId: StyleSheetIdIdentifier of the stylesheet containing this object (if exists).
optional
mediaList: MediaQuery[]Array of media queries.