Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open external class StorageEvent(val type: EventType<StorageEvent>, init: StorageEventInit = definedExternally) : Event
A StorageEvent is sent to a window when a storage area it has access to is changed within the context of another document.
Link copied to clipboard
Link copied to clipboard
Available only in secure contexts.