Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.CSS.PseudoElementMatches

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.CSS.PseudoElementMatches
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { PseudoElementMatches } = Protocol.CSS;

CSS rule collection for a single pseudo style.

Properties

pseudoType: DOM.PseudoType

Pseudo element type.

matches: RuleMatch[]

Matches of CSS rules applicable to the pseudo style.