File SystemBinary Data
Convert an ArrayBuffer to a string
Bun implements the Web-standard TextDecoder class for converting between binary data types and strings.
Extract social share images and Open Graph tags
Bun's HTMLRewriter API extracts social share images and Open Graph metadata from HTML by matching CSS selectors against the elements, text, and attributes you
Convert an ArrayBuffer to a Buffer
The Node.js Buffer API predates the introduction of ArrayBuffer into the JavaScript language. Bun implements both.