Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
File.fileReadermethod readAsArrayBuffer : blob Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod readAsBinaryString : blob Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod readAsText : blob Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.methmethod readAsText_withEncoding : blob Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod readAsDataURL : blob Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.methmethod readyState : readyState Js_of_ocaml__.Js.readonly_propmethod result : file_any Js_of_ocaml__.Js.readonly_propmethod error : fileError Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod onloadstart : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propmethod onprogress : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propmethod onload : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propmethod onabort : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propmethod onerror : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propmethod onloadend : ('self Js_of_ocaml__.Js.t,
'self progressEvent Js_of_ocaml__.Js.t)
Js_of_ocaml__.Dom.event_listener
Js_of_ocaml__.Js.writeonly_propinherit progressEventTarget