()
| 138 | } |
| 139 | |
| 140 | stop(): void { |
| 141 | if (this._interval !== null) { |
| 142 | clearInterval(this._interval); |
| 143 | this._interval = null; |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | // ── Adapter resolution (same-origin only) ──────────────────────────────── |
| 148 |
no outgoing calls
no test coverage detected