Skip to content
On this page

getBlobArrayBuffer

ts
export function getBlobArrayBuffer(blob: Blob): Promise<ArrayBuffer>;

Parameters

ParameterDescription
blob