This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

storage

Overview Table

Synchronous No
Bubbles No
Target dom/Element
Cancelable No
Default action ?
## Notes

Remarks

The URL property specifies the URL of the Web page that made the update. For Windows Internet Explorer 9 standards mode, onstorage will only fire on window objects. Handlers attached to document.body or document objects will not receive the event. (Note this does not apply to the storagecommit event.) The onstorage event will only fire on window objects. Handlers attached to document.body or document objects will not receive the event. (Note this does not apply to the storagecommit event.) The onstorage event is specified in the W3C Web Storage specification. To invoke this event, do one of the following:

  • Set or update a session or local storage value with setItem.
  • Remove a session or local storage value with removeItem.

Syntax

Standards information

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

See also

Related pages

  • frameSet
  • window
  • Introduction to Web Storage

Attributions