package js_of_ocaml-lwt

  1. Overview
  2. Docs
include module type of struct include Js_of_ocaml.File end
class type blob = object ... end
type !'a make_blob = ?contentType:string -> ?endings:[ `Native | `Transparent ] -> 'a -> blob Js_of_ocaml__.Js.t
val blob_from_string : string make_blob
val blob_from_any : [ `arrayBuffer of Js_of_ocaml__.Typed_array.arrayBuffer Js_of_ocaml__.Js.t | `arrayBufferView of Js_of_ocaml__.Typed_array.arrayBufferView Js_of_ocaml__.Js.t | `blob of blob Js_of_ocaml__.Js.t | `js_string of Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t | `string of string ] list make_blob
class type file = object ... end
type file_any = Js_of_ocaml__File.file_any
module CoerceTo : sig ... end
class type fileList = object ... end
class type fileError = object ... end
class type 'a progressEvent = object ... end
class type progressEventTarget = object ... end
type readyState = Js_of_ocaml__File.readyState =
  1. | EMPTY
  2. | LOADING
  3. | DONE
class type fileReader = object ... end
module ReaderEvent : sig ... end
val filename : file Js_of_ocaml__.Js.t -> Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
val fileReader : fileReader Js_of_ocaml__.Js.t Js_of_ocaml__.Js.constr
val addEventListener : progressEventTarget as 'a Js_of_ocaml__.Js.t -> 'b Js_of_ocaml__.Dom.Event.typ -> ('a Js_of_ocaml__.Js.t, 'b) Js_of_ocaml__.Dom.event_listener -> bool Js_of_ocaml__.Js.t -> Js_of_ocaml__.Dom.event_listener_id
include module type of struct include Lwt_file end
val readAsBinaryString : Js_of_ocaml.File.blob Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Lwt.t
val readAsText : Js_of_ocaml.File.blob Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Lwt.t
val readAsText_withEncoding : Js_of_ocaml.File.blob Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Lwt.t
val readAsDataURL : Js_of_ocaml.File.blob Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Lwt.t
OCaml

Innovation. Community. Security.