Package-level declarations

Types

Link copied to clipboard
class Storage

The Storage interface of the Web Storage API provides access to a particular domain's session or local storage.

Link copied to clipboard
interface StorageEstimate
Link copied to clipboard
open class StorageEvent(val type: EventType<StorageEvent>, init: StorageEventInit = definedExternally) : Event

The StorageEvent interface is implemented by the Window/storage_event event, which is sent to a window when a storage area the window has access to is changed within the context of another document.

Link copied to clipboard
Link copied to clipboard

The StorageManager interface of the Storage API provides an interface for managing persistence permissions and estimating available storage. Available only in secure contexts.

Properties

Link copied to clipboard
Link copied to clipboard