(e3)
| 8544 | return Xe(this); |
| 8545 | } |
| 8546 | abort(e3) { |
| 8547 | return Ge(this) ? Xe(this) ? d6(new TypeError("Cannot abort a stream that already has a writer")) : Je(this, e3) : d6(_t("abort")); |
| 8548 | } |
| 8549 | close() { |
| 8550 | return Ge(this) ? Xe(this) ? d6(new TypeError("Cannot close a stream that already has a writer")) : rt(this) ? d6(new TypeError("Cannot close an already-closing stream")) : Ke(this) : d6(_t("close")); |
| 8551 | } |
no test coverage detected