Blob
Types
blobPart
type blobPart = WebAPI.FileTypes.blobPartblobPropertyBag
type blobPropertyBag = WebAPI.FileTypes.blobPropertyBagRecord fields
type_
option<string>
endings
option<endingType>
t
type t = WebAPI.FileTypes.blob = {size: int, type_: string}Record fields
Values
arrayBuffer
let arrayBuffer: t => promise<ArrayBuffer.t>make
let make: ( ~blobParts: array<blobPart>=?, ~options: blobPropertyBag=?,) => tslice
let slice: (t, ~start: int=?, ~end: int=?, ~contentType: string=?) => tstream
let stream: t => WebAPI.ReadableStream.t<array<int>>