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_CSSTryRule

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

CSS try rule representation.

definition: { styleSheetId?: CSS_StyleSheetId; origin: CSS_StyleSheetOrigin; style: CSS_CSSStyle; }