This topic has not yet been rated - Rate this topic

onstoragecommit event

Fires when a local Web Storage area is written to disk.

Internet Explorer 8

Syntax

HTML Attribute <element onstoragecommit = "handler(event)">
Event Property object.onstoragecommit = handler;
attachEvent Method object.attachEvent("onstoragecommit", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

There are no standards that apply here.

Remarks

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:

See also

Introduction to Web Storage

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.