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
We currently use number as the default type in the Timer class. We should use a custom key type instead, that will make typecasts elsewhere in the code either unnecessary, or less ambiguous.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
This came out of the discussion at #21618 (comment)
We currently use
number
as the default type in theTimer
class. We should use a custom key type instead, that will make typecasts elsewhere in the code either unnecessary, or less ambiguous.amphtml/src/service/timer-impl.js
Line 67 in a352b31
amphtml/src/service/timer-impl.js
Line 96 in a352b31
The text was updated successfully, but these errors were encountered: