import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { DocumentOrShadowRoot } = dom;
Properties
readonly
activeElement: Element | nullreadonly
fullscreenElement: Element | nullReturns document's fullscreen element.
readonly
pointerLockElement: Element | nullreadonly
styleSheets: StyleSheetListRetrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.