Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>CSS_CSSStyleSheetHeader

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias CSS_CSSStyleSheetHeader
import { type CSS_CSSStyleSheetHeader } from "https://deno.land/x/astral@0.3.1/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; }