Package-level declarations

Types

Link copied to clipboard
sealed external class Storage

This Web Storage API interface provides access to a particular domain's session or local storage. It allows, for example, the addition, modification, or deletion of stored data items.

Link copied to clipboard
external interface StorageEstimate
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
external interface StorageEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
sealed external class StorageEventTypes_deprecated
Link copied to clipboard
sealed external class StorageManager

Available only in secure contexts.

Properties

Link copied to clipboard
Link copied to clipboard