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(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.
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.
onload
void onload(EventHandler onload)
Undocumented in source. Be warned that the author may not have intended to support it.
onload
auto onload()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadend
void onloadend(EventHandler onloadend)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadend
auto onloadend()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadstart
void onloadstart(EventHandler onloadstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadstart
auto onloadstart()
Undocumented in source. Be warned that the author may not have intended to support it.
onprogress
void onprogress(EventHandler onprogress)
Undocumented in source. Be warned that the author may not have intended to support it.
onprogress
auto 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 blob)
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 encoding)
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
auto 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
spasm.bindings.dom.EventTarget _parent;
Undocumented in source.

Meta