Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: fix error when preloding is disabled in the browser #2086

Merged
merged 1 commit into from
May 21, 2019

Conversation

achingbrain
Copy link
Member

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

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
@achingbrain achingbrain requested a review from alanshaw May 21, 2019 17:20
@alanshaw alanshaw merged commit a56bcbf into master May 21, 2019
@alanshaw alanshaw deleted the fix-set-immediate-is-not-defined branch May 21, 2019 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants