Package-level declarations

Types

Link copied to clipboard
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
interface StorageEstimate
Link copied to clipboard
open 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.

Properties

Link copied to clipboard
Link copied to clipboard