Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>CSS_CSSStyleSheetHeader

A high-level puppeteer/playwright-like library for Deno
Latest
type alias CSS_CSSStyleSheetHeader
import { type CSS_CSSStyleSheetHeader } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

CSS stylesheet metainformation.

definition: { styleSheetId: CSS_StyleSheetId; frameId: Page_FrameId; sourceURL: string; sourceMapURL?: string; origin: CSS_StyleSheetOrigin; title: string; ownerNode?: DOM_BackendNodeId; disabled: boolean; hasSourceURL?: boolean; isInline: boolean; isMutable: boolean; isConstructed: boolean; startLine: number; startColumn: number; length: number; endLine: number; endColumn: number; loadingFailed?: boolean; }