StorageEvent
open external class StorageEvent(val type: EventType<StorageEvent>, init: StorageEventInit = definedExternally) : Event(source)
A StorageEvent is sent to a window when a storage area it 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
Returns the Storage object that was affected.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard