We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Type
1 parent bfaa0fb commit 032107aCopy full SHA for 032107a
doc/api/webstreams.md
@@ -895,7 +895,7 @@ added: v16.5.0
895
896
* Returns: {WritableStreamDefaultWriter}
897
898
-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
899
data into the `WritableStream`.
900
901
#### `writableStream.locked`
@@ -995,8 +995,8 @@ The amount of data required to fill the {WritableStream}'s queue.
995
added: v16.5.0
996
-->
997
998
-* type: A promise that is fulfilled with `undefined` when the
999
- writer is ready to be used.
+* Type: {Promise} Fulfilled with `undefined` when the writer is ready
+ to be used.
1000
1001
#### `writableStreamDefaultWriter.releaseLock()`
1002
0 commit comments