Module Webapi.Blob

since
0.18.0
module Impl: (T: { ... }) => { ... };
type t = Fetch.blob;
include { ... };
let arrayBuffer: t => Js.Promise.t(Js.Typed_array.ArrayBuffer.t);
let size: t => float;
let slice: ?⁠start:int => ?⁠end_:int => ?⁠contentType:string => t => t;
let stream: t => Webapi__ReadableStream.t;
since
0.19.0
let text: t => Js.Promise.t(string);
let type_: t => string;
let _type: t => string;

Deprecated, use type_ instead.