Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix Type notation in webstreams #49121

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