Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve scroll time precision on web
This implements 2 fixes: 1. Use window.precision.now() on web due to precision rounding to the nearest millisecond. 2. As a result of 1, sometimes the elapsed time difference gets rounded to 0. Since this can still happen in some cases (on websites without CSP headers), we ignore elapsedSeconds when 0. Diffs= d7794cb556 Improve scroll time precision on web (#8705)
- Loading branch information