storagecommit
Overview Table
Synchronous | No |
---|---|
Bubbles | No |
Target | dom/Element |
Cancelable | No |
Default action | ? |
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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]