Skip to content

Commit

Permalink
refactor(asap): Remove setImmediate polyfill
Browse files Browse the repository at this point in the history
Gets rid of fancy polyfill and uses Promise to schedule instead, since Promise is required for several key parts of the library to work. Also setImmediate does not appear to be getting standardized.

BREAKING CHANGE: Old runtimes must polyfill Promise in order to use ASAP scheduling.
  • Loading branch information
benlesh committed Nov 3, 2017
1 parent 74b5b1a commit 5eb6af7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 929 deletions.

0 comments on commit 5eb6af7

Please sign in to comment.