| 1885 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream) |
| 1886 | */ |
| 1887 | declare class WritableStream<W = any> { |
| 1888 | constructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy); |
| 1889 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */ |
| 1890 | get locked(): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected