DOM variable
Common DOM APIs.
Signature:
DOM: Readonly<{
readonly policy: DOMPolicy;
setPolicy(value: DOMPolicy): void;
setAttribute(element: HTMLElement, attributeName: string, value: any): void;
setBooleanAttribute(element: HTMLElement, attributeName: string, value: boolean): void;
}>