Skip to main content
class Window
extends EventTarget

Properties

alert: (message?: string) => void
close: () => void
readonly
closed: boolean
confirm: (message?: string) => boolean
Deno: Deno
location: Location
Location: Location
navigator: Navigator
Navigator: Navigator
onload: ((this: Window, ev: Event) => any) | null
onunload: ((this: Window, ev: Event) => any) | null
prompt: (message?: string, defaultValue?: string) => string | null
readonly
self: Window & globalThis
readonly
window: Window & globalThis