- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- createObjectStore
auto createObjectStore(string name, IDBObjectStoreParameters options)
Undocumented in source. Be warned that the author may not have intended to support it.
- createObjectStore
auto createObjectStore(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteObjectStore
void deleteObjectStore(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
auto 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.
- onclose
void onclose(EventHandler onclose)
Undocumented in source. Be warned that the author may not have intended to support it.
- onclose
auto onclose()
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.
- onversionchange
void onversionchange(EventHandler onversionchange)
Undocumented in source. Be warned that the author may not have intended to support it.
- onversionchange
auto onversionchange()
Undocumented in source. Be warned that the author may not have intended to support it.
- transaction
auto transaction(SumType!(string, Sequence!(string)) storeNames, IDBTransactionMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- transaction
auto transaction(SumType!(string, Sequence!(string)) storeNames)
Undocumented in source. Be warned that the author may not have intended to support it.
- version_
auto version_()
Undocumented in source. Be warned that the author may not have intended to support it.