import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { StyleSheetAddedEvent } = Protocol.CSS;
Fired whenever an active document stylesheet is added.
Properties
header: CSSStyleSheetHeader
Added stylesheet metainfo.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { StyleSheetAddedEvent } = Protocol.CSS;
Fired whenever an active document stylesheet is added.
Added stylesheet metainfo.