()
| 535 | } |
| 536 | |
| 537 | #cleanup() { |
| 538 | if (this.#signal && this.#abortHandler) { |
| 539 | this.#signal.removeEventListener('abort', this.#abortHandler); |
| 540 | this.#abortHandler = undefined; |
| 541 | } |
| 542 | } |
| 543 | } |
| 544 | |
| 545 | // ============================================================================= |
no test coverage detected