This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error when preloding is disabled in the browser (#2086)
Sometimes you don't want to preload everything, if your code is an example or a demo. In that case you'd turn off preloading but `setImmediate` is not a thing in browsers-other-than-IE so pull in `async/set-immediate` instead
- Loading branch information