onerror property

Expand
This topic has not yet been rated - Rate this topic

onerror property

[This documentation is preliminary and is subject to change.]

Defines a function handler that is executed when an error is encountered during a request, a transaction, or other database operation.

This property is read/write.

Syntax

JavaScript
object.onerror = ptr
ptr = object.onerror

Property values

Type: Function

Standards information

See also

IDBDatabase
IDBRequest
IDBTransaction

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD