StorageEvent

StorageEvent

package js-html

extends Event

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/StorageEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部