@internal
(reason)
| 12715 | } |
| 12716 | /** @internal */ |
| 12717 | [AbortSteps](reason) { |
| 12718 | const result = this._abortAlgorithm(reason); |
| 12719 | WritableStreamDefaultControllerClearAlgorithms(this); |
| 12720 | return result; |
| 12721 | } |
| 12722 | /** @internal */ |
| 12723 | [ErrorSteps]() { |
| 12724 | ResetQueue(this); |
nothing calls this directly
no test coverage detected