(message: string)
| 153 | } |
| 154 | } |
| 155 | private debug(message: string): void { |
| 156 | if (this.debugLabel) { |
| 157 | console.debug(`[RefreshController:${this.debugLabel}] ${message}`); |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Schedule a rate-limited refresh with trailing debounce. |
no outgoing calls
no test coverage detected