StorageEvent
open class StorageEvent(val type: EventType<StorageEvent>, init: StorageEventInit = definedExternally) : Event(source)
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.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The storageArea
property of the StorageEvent interface returns the storage object that was affected.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard