* Reset the client * @this {!FinalClient}
()
| 25263 | * @this {!FinalClient} |
| 25264 | */ |
| 25265 | reset () { |
| 25266 | super.reset() |
| 25267 | this.resetRequests() |
| 25268 | } |
| 25269 | |
| 25270 | /** |
| 25271 | * Watchdog for timeouts |
nothing calls this directly
no test coverage detected