public class IDBRequest<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IDBRequest.ErrorUnionType |
static interface |
IDBRequest.OnerrorFn |
static interface |
IDBRequest.OnsuccessFn |
static interface |
IDBRequest.SourceUnionType |
| Modifier and Type | Field and Description |
|---|---|
IDBRequest.ErrorUnionType |
error |
double |
errorCode
Deprecated.
|
IDBRequest.OnerrorFn |
onerror |
IDBRequest.OnsuccessFn |
onsuccess |
java.lang.String |
readyState |
T |
result |
IDBRequest.SourceUnionType |
source |
IDBTransaction |
transaction |
| Constructor and Description |
|---|
IDBRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventListener(java.lang.String type,
EventListener listener) |
void |
addEventListener(java.lang.String type,
EventListener listener,
EventTarget.AddEventListenerOptionsUnionType options) |
boolean |
dispatchEvent(Event evt) |
void |
removeEventListener(java.lang.String type,
EventListener listener) |
void |
removeEventListener(java.lang.String type,
EventListener listener,
EventTarget.RemoveEventListenerOptionsUnionType options) |
public IDBRequest.ErrorUnionType error
@Deprecated public double errorCode
public IDBRequest.OnerrorFn onerror
public IDBRequest.OnsuccessFn onsuccess
public java.lang.String readyState
public T result
public IDBRequest.SourceUnionType source
public IDBTransaction transaction
public void addEventListener(java.lang.String type,
EventListener listener,
EventTarget.AddEventListenerOptionsUnionType options)
public void addEventListener(java.lang.String type,
EventListener listener)
public boolean dispatchEvent(Event evt)
public void removeEventListener(java.lang.String type,
EventListener listener,
EventTarget.RemoveEventListenerOptionsUnionType options)
public void removeEventListener(java.lang.String type,
EventListener listener)