IDBFactory

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

cmp
short cmp(T0 first, T1 second)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteDatabase
auto deleteDatabase(string name, IDBOpenDBOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteDatabase
auto deleteDatabase(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteForPrincipal
auto deleteForPrincipal(Principal principal, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteForPrincipal
auto deleteForPrincipal(Principal principal, string name, IDBOpenDBOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string name, uint version_)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string name, IDBOpenDBOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
openForPrincipal
auto openForPrincipal(Principal principal, string name, uint version_)
Undocumented in source. Be warned that the author may not have intended to support it.
openForPrincipal
auto openForPrincipal(Principal principal, string name, IDBOpenDBOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
openForPrincipal
auto openForPrincipal(Principal principal, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta