This page is Not Ready

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

storagecommit

Overview Table

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

Remarks

Local storage is saved to disk asynchronously to improve performance. The onstoragecommit event can be used to determine when the disk storage has been updated. To invoke this event, do one of the following:

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

Syntax

Standards information

There are no standards that apply here.

Event handler parameters

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

See also

Related pages

  • Introduction to Web Storage

Attributions