()
| 1223 | return this.timeoutContext.csotEnabled(); |
| 1224 | } |
| 1225 | override refresh(): void { |
| 1226 | if (typeof this.owner !== 'symbol') return this.timeoutContext.refresh(); |
| 1227 | } |
| 1228 | override clear(): void { |
| 1229 | if (typeof this.owner !== 'symbol') return this.timeoutContext.clear(); |
| 1230 | } |