Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: break out of timers loop if
!can_call_into_js()
Otherwise, this turns into an infinite loop when the flag is set, because it makes `MakeCallback()` return immediately.
- Loading branch information