| 2592 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/close) |
| 2593 | */ |
| 2594 | close(): Promise<void>; |
| 2595 | /** |
| 2596 | * The **`write()`** method of the operation. |
| 2597 | * |
nothing calls this directly
no outgoing calls
no test coverage detected