File SystemBinary DataConvert an ArrayBuffer to a BufferThe Node.js Buffer API predates the introduction of ArrayBuffer into the JavaScript language. Bun implements both.Copy MarkdownOpenConvert an ArrayBuffer to a stringBun implements the Web-standard TextDecoder class for converting between binary data types and strings.Convert an ArrayBuffer to a BlobA Blob can be constructed from an array of "chunks", where each chunk is a string, binary data structure, or another Blob .