Readonly sizev15.7.0, v14.18.0
Readonly typeThe content-type of the Blob.
v15.7.0, v14.18.0
Returns a promise that fulfills with an ArrayBuffer containing a copy of
the Blob data.
v15.7.0, v14.18.0
Creates and returns a new Blob containing a subset of this Blob objects
data. The original Blob is not altered.
Optional start: numberThe starting index.
Optional end: numberThe ending index.
Optional type: stringThe content-type for the new Blob
v15.7.0, v14.18.0
Returns a new ReadableStream that allows the content of the Blob to be read.
v16.7.0
Generated using TypeDoc
The total size of the
Blobin bytes.