The SystemClock that gives real time and schedules callbacks. As opposed to the test/MockClock.MockClock that is used for testing.
cancels a request made with requestAnimFrame.
the request ID
cancels a pending scheduled callback.
the ID of the scheduled callback
requests that the callback be executed before the next repaint.
the function to be called
schedules a callback to be executed in the future.
number of milliseconds to wait before executing the callback
the ID of the callback
Returns the current time as given by the system clock, in seconds.
the current time as given by the system clock, in seconds
Generated using TypeDoc
The SystemClock that gives real time and schedules callbacks. As opposed to the test/MockClock.MockClock that is used for testing.