public class IDBRequest extends EventTarget
Modifier and Type | Field and Description |
---|---|
DOMError |
error |
Function<Event,Object> |
onerror |
Function<Event,Object> |
onsuccess |
static IDBRequest |
prototype |
String |
readyState |
Object |
result |
Object |
source |
IDBTransaction |
transaction |
constructor
Constructor and Description |
---|
IDBRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.success type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.success type,
Function<Event,Object> listener,
Boolean useCapture) |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public DOMError error
public String readyState
public Object result
public Object source
public IDBTransaction transaction
public static IDBRequest prototype
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.success type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener)
public void addEventListener(StringTypes.success type, Function<Event,Object> listener)
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget