Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>Window

Deno Standard Extensions
Go to Latest
import { type Window } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

A window containing a DOM document; the document property points to the DOM document loaded in that window.

Properties

readonly
deprecated
clientInformation: Navigator
readonly
closed: boolean

Returns true if the window has been closed, false otherwise.

readonly
customElements: CustomElementRegistry

Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.

readonly
devicePixelRatio: number
readonly
document: Document
readonly
deprecated
event: Event | undefined
readonly
deprecated
external: External
readonly
frameElement: Element | null
readonly
frames: WindowProxy
readonly
history: History
readonly
innerHeight: number
readonly
innerWidth: number
readonly
length: number