| 2550 | close(): Promise<void>; |
| 2551 | /** |
| 2552 | * The **`getWriter()`** method of the WritableStream interface returns a new instance of WritableStreamDefaultWriter and locks the stream to that instance. |
| 2553 | * |
| 2554 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/getWriter) |
| 2555 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected