Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change is very minor: `setTimeout(..., 0)` and `setImmediate()` are nearly identical timing. However `setImmediate` is not a browser safe function and must be manually polyfilled with Webpack 5. There is no need for this polyfill and `setTimeout(..., 0)` works for or usage here.
- Loading branch information