Package-level declarations

Types

Link copied to clipboard
external class BarProp
Link copied to clipboard
external class BeforeUnloadEvent : Event

The beforeunload event is fired when the window, the document and its resources are about to be unloaded.

Link copied to clipboard

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

Link copied to clipboard
external interface WindowEventHandlers : EventTarget
Link copied to clipboard
sealed external interface WindowName : WindowTarget
Link copied to clipboard
Link copied to clipboard
typealias WindowProxy = Window
Link copied to clipboard
sealed external interface WindowTarget

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun WindowName(value: String): WindowName