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 31, 2024
1 parent aaa5192 commit 4188223
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ the `Blob` data.

<!-- YAML
added:
- v22.3.0
- v20.16.0
-->

Expand All @@ -529,7 +530,6 @@ blob.bytes().then((bytes) => {
});
```


### `blob.size`

<!-- YAML
Expand All @@ -555,8 +555,6 @@ added:
Creates and returns a new `Blob` containing a subset of this `Blob` objects
data. The original `Blob` is not altered.



### `blob.stream()`

<!-- YAML
Expand Down

0 comments on commit 4188223

Please sign in to comment.