Encapsulates immutable, raw data that can be safely shared across workers.
Available as a global and via require('node:buffer').Blob.
See also:
Constructor
Variables
Methods
arrayBuffer():Promise<ArrayBuffer>
Returns a promise that fulfills with an ArrayBuffer containing a copy of the Blob data.
bytes():Promise<Uint8Array>
Returns a promise that fulfills with a Uint8Array containing a copy of the Blob data.