Blob can be constructed from an array of “chunks”, where each chunk is a string, binary data structure (including Uint8Array), or another Blob.
See Docs > API > Binary Data for complete documentation on manipulating binary data with Bun.
Blob can be constructed from an array of “chunks”, where each chunk is a string, binary data structure (including Uint8Array), or another Blob.