Returns the size of the Blob object, in bytes.
Returns the MIME type of the Blob object.
Returns a promise that resolves with an ArrayBuffer representing the Blob's data.
Returns a stream that can be used to read the contents of the Blob.
Generated using TypeDoc
A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format.