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
Using moment.js in every tick to calculate deltas is overkill, and possibly adds somewhat significant delays overall. Either using the default Date object or rolling my own barebones time library with only the functionality I really needed included (no timezones for calculating deltas).
The text was updated successfully, but these errors were encountered:
Using moment.js in every tick to calculate deltas is overkill, and possibly adds somewhat significant delays overall. Either using the default Date object or rolling my own barebones time library with only the functionality I really needed included (no timezones for calculating deltas).
The text was updated successfully, but these errors were encountered: