- initStorageEvent
void initStorageEvent(string type, bool canBubble, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue, Optional!(T5) newValue, Optional!(T6) 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 canBubble, bool cancelable, Optional!(T3) key, Optional!(T4) oldValue, Optional!(T5) newValue, Optional!(T6) url)
Undocumented in source. Be warned that the author may not have intended to support it.
- initStorageEvent
void initStorageEvent(string type, bool canBubble, 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 canBubble, 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 canBubble, 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 canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
- initStorageEvent
void initStorageEvent(string type, bool canBubble)
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
Optional!(string) key()
Undocumented in source. Be warned that the author may not have intended to support it.
- newValue
Optional!(string) newValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- oldValue
Optional!(string) 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
Optional!(string) url()
Undocumented in source. Be warned that the author may not have intended to support it.