Update arraybuffer-to-buffer.md (#3906)

Fix title. This page shows how to convert an ArrayBuffer to a Buffer, not a Uint8Array
This commit is contained in:
xxxhussein
2023-07-31 14:00:21 +03:00
committed by GitHub
parent aae92c76a6
commit de5890ff20

View File

@@ -1,5 +1,5 @@
---
name: Convert an ArrayBuffer to a Uint8Array
name: Convert an ArrayBuffer to a Buffer
---
The Node.js [`Buffer`](https://nodejs.org/api/buffer.html) API predates the introduction of `ArrayBuffer` into the JavaScript language. Bun implements both.