Module Webapi.Blob

module Impl (T : sig ... end) : sig ... end
type t = Fetch.blob
include sig ... end
val size : t -> float
val slice : ?start:??? -> ?end_:??? -> ?contentType:??? -> t -> t
val stream : t -> Fetch.readableStream
val type_ : t -> string
val _type : t -> string