Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ the `Blob` data.
<!-- YAML
added:
- v22.3.0
- v20.16.0
-->

The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise<Uint8Array>`.
Expand Down
1 change: 0 additions & 1 deletion doc/api/diagnostics_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,6 @@ channels.asyncStart.bindStore(myStore, (data) => {
<!-- YAML
added:
- v22.0.0
- v20.13.0
-->

> Stability: 1 - Experimental
Expand Down
1 change: 0 additions & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,6 @@ test('top level test', async (t) => {
<!-- YAML
added:
- v22.2.0
- v20.15.0
-->

An object containing assertion methods bound to `context`. The top-level
Expand Down
Loading