Package-level declarations

Types

Link copied to clipboard
open external class HashChangeEvent(val type: EventType<HashChangeEvent>, init: HashChangeEventInit = definedExternally) : Event

Events that fire when the fragment identifier of the URL has changed.

Link copied to clipboard
external interface HashChangeEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
sealed external class HashChangeEventTypes_deprecated
Link copied to clipboard
sealed external class History

Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.

Link copied to clipboard
open external class PageTransitionEvent(val type: EventType<PageTransitionEvent>, init: PageTransitionEventInit = definedExternally) : Event

The PageTransitionEvent is fired when a document is being loaded or unloaded.

Link copied to clipboard
external interface PageTransitionEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
open external class PopStateEvent(val type: EventType<PopStateEvent>, init: PopStateEventInit = definedExternally) : Event

PopStateEvent is an event handler for the popstate event on the window.

Link copied to clipboard
external interface PopStateEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
sealed external class PopStateEventTypes_deprecated
Link copied to clipboard
sealed external interface ScrollRestoration

Properties

Link copied to clipboard