(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 | } |
| 7717 | function yt(e3) { |
| 7718 | return new TypeError("Cannot " + e3 + " a stream using a released writer"); |
| 7719 | } |
no outgoing calls
no test coverage detected