Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.CSS.CSSSupports
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CSSSupports } = Protocol.CSS;

CSS Supports at-rule descriptor.

Properties

text: string

Supports rule text.

active: boolean

Whether the supports condition is satisfied.

optional
range: SourceRange

The associated rule header range in the enclosing stylesheet (if available).

optional
styleSheetId: StyleSheetId

Identifier of the stylesheet containing this object (if exists).