StorageEvent

Module:
storage
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initStorageEvent

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

key


readonly attribute DOMString key; 


newValue


readonly attribute DOMString newValue; 


oldValue


readonly attribute DOMString oldValue; 


source


readonly attribute DOMWindow source; 


uri


readonly attribute DOMString uri; 

 

Last Updated: 2009-05-29