Mac OS X Reference Library Apple Developer
Search

IDBRequest

Module:
storage
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

abort
addEventListener
dispatchEvent
removeEventListener

abort



void abort(); 

addEventListener



void addEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 

dispatchEvent



boolean dispatchEvent(
    in Event evt) raises(EventException); 

removeEventListener



void removeEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 

Member Data

DONE
error
INITIAL
LOADING
onerror
onsuccess
readyState
result

DONE



const unsigned short DONE = 2; 

error



readonly attribute IDBDatabaseError error; 

INITIAL



const unsigned short INITIAL = 0; 

LOADING



const unsigned short LOADING = 1; 

onerror



attribute EventListener onerror; 

onsuccess



attribute EventListener onsuccess; 

readyState



readonly attribute unsigned short readyState; 

result



readonly attribute IDBAny result; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27