NodeBlob
Implements the Blob
type from the Node.js buffer
built-in module. Blobs are read-only chunks of byte data which can be used to derive buffers, strings, and other objects.
Inheritors
Constructors
Properties
Functions
Link copied to clipboard
Returns a promise which resolves with a JavaScript ArrayBuffer
object containing a copy of this blob's data.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a stream that can be used to read the contents of this blob.