package js.html
extends Event
Available on jsA
StorageEvent
is sent to a window when a storage area changes.Documentation StorageEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new (type:String, ?eventInitDict:StorageEventInit)
Throws:
null |
DOMError |
---|
read only key:String
read only newValue:String
read only oldValue:String
read only storageArea:Storage
read only url:String
initStorageEvent (type:String, canBubble:Bool, cancelable:Bool, key:String, oldValue:String, newValue:String, url:String, storageArea:Storage):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/StorageEvent.html