| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[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).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |