TheDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Blob class provides a number of methods for consuming its contents in different formats. This snippets reads the contents to an ArrayBuffer, then creates a Uint8Array from the buffer.
See Docs > API > Binary Data for complete documentation on manipulating binary data with Bun.