FileReader

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.
error
auto error()
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.
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.
onload
void onload(Optional!(T0) onload)
Undocumented in source. Be warned that the author may not have intended to support it.
onload
EventHandler onload()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadend
void onloadend(Optional!(T0) onloadend)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadend
EventHandler onloadend()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadstart
void onloadstart(Optional!(T0) onloadstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadstart
EventHandler onloadstart()
Undocumented in source. Be warned that the author may not have intended to support it.
onprogress
void onprogress(Optional!(T0) onprogress)
Undocumented in source. Be warned that the author may not have intended to support it.
onprogress
EventHandler onprogress()
Undocumented in source. Be warned that the author may not have intended to support it.
readAsArrayBuffer
void readAsArrayBuffer(Blob blob)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsBinaryString
void readAsBinaryString(Blob filedata)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsDataURL
void readAsDataURL(Blob blob)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsText
void readAsText(Blob blob, string label)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsText
void readAsText(Blob blob)
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
ushort readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
result
auto result()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DONE
enum ushort DONE;
Undocumented in source.
EMPTY
enum ushort EMPTY;
Undocumented in source.
LOADING
enum ushort LOADING;
Undocumented in source.
_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta