We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type
1 parent 79c0497 commit 55171d8Copy full SHA for 55171d8
doc/api/webstreams.md
@@ -850,7 +850,7 @@ added: v16.5.0
850
851
* Returns: {WritableStreamDefaultWriter}
852
853
-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
854
data into the `WritableStream`.
855
856
#### `writableStream.locked`
@@ -950,8 +950,8 @@ The amount of data required to fill the {WritableStream}'s queue.
950
added: v16.5.0
951
-->
952
953
-* type: A promise that is fulfilled with `undefined` when the
954
- writer is ready to be used.
+* Type: {Promise} Fulfilled with `undefined` when the writer is ready
+ to be used.
955
956
#### `writableStreamDefaultWriter.releaseLock()`
957
0 commit comments