IDBTransaction

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
db
auto db()
Undocumented in source. Be warned that the author may not have intended to support it.
error
auto error()
Undocumented in source. Be warned that the author may not have intended to support it.
mode
auto mode()
Undocumented in source. Be warned that the author may not have intended to support it.
objectStore
auto objectStore(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
objectStoreNames
auto objectStoreNames()
Undocumented in source. Be warned that the author may not have intended to support it.
onabort
void onabort(EventHandler onabort)
Undocumented in source. Be warned that the author may not have intended to support it.
onabort
auto onabort()
Undocumented in source. Be warned that the author may not have intended to support it.
oncomplete
void oncomplete(EventHandler oncomplete)
Undocumented in source. Be warned that the author may not have intended to support it.
oncomplete
auto oncomplete()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(EventHandler onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
auto onerror()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.EventTarget _parent;
Undocumented in source.

Meta