Skip to content

Commit

Permalink
doc: add documentation for blob.bytes() method
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsb02 committed Jul 30, 2024
1 parent 1cecc42 commit abbeb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ The `blob.bytes()` method returns the byte of the `Blob` object as a `Buffer`.
```js
const blob = new Blob(['hello']);
console.log(blob.bytes()); // Outputs: <Buffer 68 65 6c 6c 6f>

```

### `blob.stream()`

Expand Down

0 comments on commit abbeb38

Please sign in to comment.