Skip to content
Merged
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
6 changes: 3 additions & 3 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ added: v16.5.0

* Returns: {WritableStreamDefaultWriter}

Creates and creates a new writer instance that can be used to write
Creates and returns a new writer instance that can be used to write
data into the `WritableStream`.

#### `writableStream.locked`
Expand Down Expand Up @@ -995,8 +995,8 @@ The amount of data required to fill the {WritableStream}'s queue.
added: v16.5.0
-->

* type: A promise that is fulfilled with `undefined` when the
writer is ready to be used.
* Type: {Promise} Fulfilled with `undefined` when the writer is ready
to be used.

#### `writableStreamDefaultWriter.releaseLock()`

Expand Down