| 2583 | /** |
| 2584 | * The **`abort()`** method of the the producer can no longer successfully write to the stream and it is to be immediately moved to an error state, with any queued writes discarded. |
| 2585 | * |
| 2586 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/abort) |
| 2587 | */ |
| 2588 | abort(reason?: any): Promise<void>; |
nothing calls this directly
no outgoing calls
no test coverage detected