Package-level declarations
Types
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
class StorageManager
The StorageManager
interface of the Storage API provides an interface for managing persistence permissions and estimating available storage. Available only in secure contexts.