package js.html
extends Event
Available on js
A StorageEvent
is sent to a window when a storage area it has access to is changed within the context of another document.
Documentation StorageEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<StorageEventInit>)
Throws:
null |
DOMError |
---|
read onlykey:String
read onlynewValue:String
read onlyoldValue:String
read onlystorageArea:Storage
read onlyurl:String
initStorageEvent(type:String, canBubble:Bool = false, cancelable:Bool = false, ?key:String, ?oldValue:String, ?newValue:String, ?url:String, ?storageArea:Storage):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/StorageEvent.html