package ezjs_fetch

  1. Overview
  2. Docs

Module Ezjs_fetch.StreamSource

Sourceclass type abort_signal = object ... end
Sourceclass type options = object ... end
Sourceclass type 'chunk read_result = object ... end
Sourceclass type reader = object ... end
Sourceclass type writer = object ... end
Sourceclass type rstream = object ... end
Sourceclass type tstream = object ... end
Sourceclass type wstream = object ... end
Sourceclass type controller = object ... end
Sourceclass type transformer = object ... end
Sourceclass type strategy = object ... end
Sourceclass type underlying_sink = object ... end
Sourceclass type underlying_source = object ... end
Sourceval get_reader : ?mode:string -> rstream Ezjs_min.t -> reader Ezjs_min.t
Sourceval read : source: [< `reader of reader Ezjs_min.t | `stream of rstream Ezjs_min.t * string option ] -> fold:('a -> 'b Ezjs_min.t -> ('a, string option) Ezjs_min.result) -> 'a -> (('a, Js_of_ocaml.Js.Js_error.error_t) Ezjs_min.result -> unit) -> unit
OCaml

Innovation. Community. Security.