* Reset FastTimers. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated
()
| 1295 | * @deprecated |
| 1296 | */ |
| 1297 | reset() { |
| 1298 | fastNow = 0; |
| 1299 | fastTimers.length = 0; |
| 1300 | clearTimeout(fastNowTimeout); |
| 1301 | fastNowTimeout = null; |
| 1302 | }, |
| 1303 | /** |
| 1304 | * Exporting for testing purposes only. |
| 1305 | * Marking as deprecated to discourage any use outside of testing. |
no test coverage detected
searching dependent graphs…