Skip to content

Commit abbeb38

Browse files
committed
doc: add documentation for blob.bytes() method
1 parent 1cecc42 commit abbeb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ The `blob.bytes()` method returns the byte of the `Blob` object as a `Buffer`.
545545
```js
546546
const blob = new Blob(['hello']);
547547
console.log(blob.bytes()); // Outputs: <Buffer 68 65 6c 6c 6f>
548-
548+
```
549549

550550
### `blob.stream()`
551551

0 commit comments

Comments
 (0)