package ocaml-vdom

  1. Overview
  2. Docs

Module Js_browser.BlobSource

Sourcetype options
Sourceval options : ?type_:string -> ?endings:string -> unit -> options
Sourcetype t
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval create : [ `ArrayBuffer of ArrayBuffer.t | `Other of Ojs.t ] list -> ?options:options -> unit -> t
Sourceval text : t -> unit -> string Promise.t