import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StyleSheetChangedEvent } = Protocol.CSS;
Fired whenever a stylesheet is changed as a result of the client operation.
Properties
styleSheetId: StyleSheetId
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StyleSheetChangedEvent } = Protocol.CSS;
Fired whenever a stylesheet is changed as a result of the client operation.