- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- createMutableFile
auto createMutableFile(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- createMutableFile
auto createMutableFile(string name, string type)
Undocumented in source. Be warned that the author may not have intended to support it.
- createObjectStore
auto createObjectStore(string name, IDBObjectStoreParameters optionalParameters)
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.
- mozCreateFileHandle
auto mozCreateFileHandle(string name, string type)
Undocumented in source. Be warned that the author may not have intended to support it.
- mozCreateFileHandle
auto mozCreateFileHandle(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
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(Optional!(T0) onabort)
Undocumented in source. Be warned that the author may not have intended to support it.
- onabort
EventHandler onabort()
Undocumented in source. Be warned that the author may not have intended to support it.
- onclose
void onclose(Optional!(T0) onclose)
Undocumented in source. Be warned that the author may not have intended to support it.
- onclose
EventHandler onclose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
- onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
- onversionchange
void onversionchange(Optional!(T0) onversionchange)
Undocumented in source. Be warned that the author may not have intended to support it.
- onversionchange
EventHandler onversionchange()
Undocumented in source. Be warned that the author may not have intended to support it.
- storage
StorageType storage()
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_
uint version_()
Undocumented in source. Be warned that the author may not have intended to support it.