(e3)
| 7709 | return new TypeError(`WritableStream.prototype.${e3} can only be used on a WritableStream`); |
| 7710 | } |
| 7711 | function pt(e3) { |
| 7712 | return new TypeError(`WritableStreamDefaultController.prototype.${e3} can only be used on a WritableStreamDefaultController`); |
| 7713 | } |
| 7714 | function mt(e3) { |
| 7715 | return new TypeError(`WritableStreamDefaultWriter.prototype.${e3} can only be used on a WritableStreamDefaultWriter`); |
| 7716 | } |
no outgoing calls
no test coverage detected