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
class type file = object ... end
type file_any = File.file_any
module CoerceTo = Js_of_ocaml.File.CoerceTo
class type fileList = object ... end
class type fileError = object ... end
class type 'a progressEvent = object ... end
class type progressEventTarget = object ... end
type readyState = File.readyState =
  1. | EMPTY
  2. | LOADING
  3. | DONE
class type fileReader = object ... end
module ReaderEvent = Js_of_ocaml.File.ReaderEvent
val filename : file Js.t -> Js.js_string Js.t

filename handles old firefox without name property

val fileReader : fileReader Js.t Js.constr
val addEventListener : progressEventTarget Js.t as 'a -> 'b Dom.Event.typ -> ('a, 'b) Dom.event_listener -> bool Js.t -> Dom.event_listener_id

Add an event listener. This function matches the addEventListener DOM method, except that it returns an id for removing the listener.

OCaml

Innovation. Community. Security.