StorageEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue, Optional!(T5) newValue, string url, Optional!(T7) storageArea)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue, Optional!(T5) newValue, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue, Optional!(T5) newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable, Optional!(T3) key)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type, bool bubbles)
Undocumented in source. Be warned that the author may not have intended to support it.
initStorageEvent
void initStorageEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
key
auto key()
Undocumented in source. Be warned that the author may not have intended to support it.
newValue
auto newValue()
Undocumented in source. Be warned that the author may not have intended to support it.
oldValue
auto oldValue()
Undocumented in source. Be warned that the author may not have intended to support it.
storageArea
auto storageArea()
Undocumented in source. Be warned that the author may not have intended to support it.
url
auto url()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.Event _parent;
Undocumented in source.

Meta