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
[js_runtime] Modernize and simplify _AsyncRun._scheduleImmediate.
Use browser's `queueMicrotask` if available.
Remove `MutationObserver` method, since `queueMicrotask` is available on all supported browsers.
Simplify by removing `internalCallback`. This is no longer needed (it used to do more than just call the callback).
Issue: #20055
Change-Id: Ic866cdd77787fc45456f65a6618fe66afcbcb970
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444392
Reviewed-by: Mayank Patke <[email protected]>
Commit-Queue: Stephen Adams <[email protected]>
0 commit comments