- 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.