| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfaa0fb commit 032107a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -895,7 +895,7 @@ 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 | ||
| 898 | + Creates and returns a new writer instance that can be used to write | ||
| 899 | 899 | data into the `WritableStream`. | |
| 900 | 900 | ||
| 901 | 901 | #### `writableStream.locked` | |
@@ -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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments