Defines interface for a system clock. This enables us to instead use a test/MockClock.MockClock 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
Defines interface for a system clock. This enables us to instead use a test/MockClock.MockClock for testing.