This topic has not yet been rated - Rate this topic

onsuccess property

Defines a function handler for the success event, which executes when a request completes successfully.

This property is read/write.

Syntax

JavaScript
object.onsuccess = ptr
ptr = object.onsuccess

Property values

Type: Function

A reference to the function.

Standards information

See also

IDBRequest

 

 

Build date: 11/22/2012

© 2013 Microsoft. All rights reserved.