()
| 8650 | throw new TypeError("Illegal constructor"); |
| 8651 | } |
| 8652 | get abortReason() { |
| 8653 | if (!st(this)) throw pt("abortReason"); |
| 8654 | return this._abortReason; |
| 8655 | } |
| 8656 | get signal() { |
| 8657 | if (!st(this)) throw pt("signal"); |
| 8658 | if (void 0 === this._abortController) throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported"); |