package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Webapi.Blob

  • since 0.18.0
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