Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/lib.deno.window.d.ts>Window

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Window
implements EventTarget
import { type Window } from "https://deno.land/x/deno@v1.0.0/cli/js/lib.deno.window.d.ts";

Properties

readonly
window: Window & globalThis
readonly
self: Window & globalThis
onload: ((this: Window, ev: Event) => any) | null
onunload: ((this: Window, ev: Event) => any) | null
close: () => void
readonly
closed: boolean
Deno: Deno