Package-level declarations

Types

Link copied to clipboard
open 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
Link copied to clipboard
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 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
Link copied to clipboard
open 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
Link copied to clipboard
sealed interface ScrollRestoration

Properties

Link copied to clipboard