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
Invoke the Function. Use the third and subsequent method arguments (if any) as the arguments for invoking the Function. Use method context proxy as the callback this value.
I believe this is missing exception handling. What happens if a timer callback is a function and that function throws an exception?
The text was updated successfully, but these errors were encountered:
Hmm yeah, that should probably invoke "report the exception" with the exception. It's really surprising this hasn't been noticed until now though. Makes me wonder whether I'm missing something.
https://html.spec.whatwg.org/#timers:es-invoking-callback-functions
I believe this is missing exception handling. What happens if a timer callback is a function and that function throws an exception?
The text was updated successfully, but these errors were encountered: