| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- initStorageEvent
void initStorageEvent(
in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMString keyArg,
in DOMString oldValueArg,
in DOMString newValueArg,
in DOMString uriArg,
in DOMWindow sourceArg);
Member Data
- key
- newValue
- oldValue
- source
- uri
readonly attribute DOMString key;
readonly attribute DOMString newValue;
readonly attribute DOMString oldValue;
readonly attribute DOMString uri;
Last Updated: 2009-05-29