You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be an easy way of keeping track of time between 2 events such as the loading of a resource or a user action.
I'm not sure on the API that should be implemented. Maybe, for the stopwatch there is .start(), .stop(), .reset(), .lap(), .split(), .savedTimes, .time with the tick event.
The text was updated successfully, but these errors were encountered:
Can be an easy way of keeping track of time between 2 events such as the loading of a resource or a user action.
I'm not sure on the API that should be implemented. Maybe, for the stopwatch there is
.start()
,.stop()
,.reset()
,.lap()
,.split()
,.savedTimes
,.time
with thetick
event.The text was updated successfully, but these errors were encountered: