Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert the changes to idle timers made in facebook#26114
This was causing issues with the window.requestIdleCallback timers as the timer code was expecting this "timestamp" property to be a unix timestamp in seconds which was causing the calculations to be done incorrectly and for the callbacks to never be called. Fixes facebook#28602
- Loading branch information