File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -895,8 +895,8 @@ added: v16.5.0
895
895
896
896
* Returns: {WritableStreamDefaultWriter}
897
897
898
- Creates and creates a new writer instance that can be used to write
899
- data into the ` WritableStream` .
898
+ Creates a new writer instance that can be used to write data into
899
+ the ` WritableStream` .
900
900
901
901
#### ` writableStream .locked `
902
902
@@ -995,8 +995,8 @@ The amount of data required to fill the {WritableStream}'s queue.
995
995
added: v16.5.0
996
996
-->
997
997
998
- * type: A promise that is fulfilled with ` undefined ` when the
999
- writer is ready to be used.
998
+ * Type: {Promise} Fulfilled with ` undefined ` when the writer is ready
999
+ to be used.
1000
1000
1001
1001
#### ` writableStreamDefaultWriter .releaseLock ()`
1002
1002
You can’t perform that action at this time.
0 commit comments