IDBFileHandle

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.
active
bool active()
Undocumented in source. Be warned that the author may not have intended to support it.
append
auto append(SumType!(string, ArrayBuffer, ArrayBufferView, Blob) value)
Undocumented in source. Be warned that the author may not have intended to support it.
fileHandle
auto fileHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
auto flush()
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
auto getMetadata(IDBFileMetadataParameters parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
auto getMetadata()
Undocumented in source. Be warned that the author may not have intended to support it.
location
void location(Optional!(T0) location)
Undocumented in source. Be warned that the author may not have intended to support it.
location
Optional!(uint) location()
Undocumented in source. Be warned that the author may not have intended to support it.
mode
FileMode mode()
Undocumented in source. Be warned that the author may not have intended to support it.
mutableFile
auto mutableFile()
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.
oncomplete
void oncomplete(Optional!(T0) oncomplete)
Undocumented in source. Be warned that the author may not have intended to support it.
oncomplete
EventHandler oncomplete()
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.
readAsArrayBuffer
auto readAsArrayBuffer(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsText
auto readAsText(uint size, Optional!(T1) encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsText
auto readAsText(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
auto truncate(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
auto truncate()
Undocumented in source. Be warned that the author may not have intended to support it.
write
auto write(SumType!(string, ArrayBuffer, ArrayBufferView, Blob) value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta