onstoragecommit event
[This documentation is preliminary and is subject to change.]
Fires when a local Web Storage area is written to disk.
HTML Attribute | <element onstoragecommit = "handler(event)"> |
Event Property | object.onstoragecommit = handler; |
attachEvent Method | object.attachEvent("onstoragecommit", handler) |
There are no standards that apply here.
Synchronous | No |
Bubbles | No |
Cancelable | No |
- pEvtObj [in]
Type: IHTMLEventObj
Local storage is saved to disk asynchronously to improve performance. The HTMLDocumentEvents3::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 IHTMLStorage::setItem.
- Remove a local storage value with IHTMLStorage::removeItem.
Build date: 6/12/2012