W3cubDocs

/Haxe JavaScript

StorageEvent

package js.html

extends Event

@:native("StorageEvent") Available on js

A StorageEvent is sent to a window when a storage area changes.

Documentation StorageEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, ?eventInitDict:StorageEventInit)

Throws:

null DOMError

Variables

read only key:String

read only newValue:String

read only oldValue:String

read only storageArea:Storage

read only url:String

Methods

initStorageEvent (type:String, canBubble:Bool, cancelable:Bool, key:String, oldValue:String, newValue:String, url:String, storageArea:Storage):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/StorageEvent.html