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
Emit a DEP0208 deprecation warning when
Timeout.prototype[Symbol.dispose] is called. The web platform
setTimeout()/setInterval() APIs return a number, which cannot
implement Symbol.dispose. Prefer clearTimeout() instead.
Immediate.prototype[Symbol.dispose] is left unchanged.
Fixes: #58689
Signed-off-by: Matteo Collina <hello@matteocollina.com>
0 commit comments