Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Promise polyfill #147

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Add Promise polyfill #147

merged 1 commit into from
Oct 29, 2019

Conversation

EvanHahn
Copy link
Contributor

This library is said to be compatible with Node 0.10 and up (see package.json), but that doesn't support Promises. In addition, many browsers are also missing support.

This adds a Promise polyfill for these cases.

This is useful today but will also be useful in some upcoming changes.

This library is said to be compatible with Node 0.10 and up, but [that
doesn't support Promises][1]. In addition, many browsers [are also
missing support][2].

This adds [a Promise polyfill][3] for these cases.

[1]: https://kangax.github.io/compat-table/es6/#node0_10
[2]: https://www.caniuse.com/#feat=promises
[3]: https://github.com/stefanpenner/es6-promise
@EvanHahn EvanHahn merged commit dced0e6 into master Oct 29, 2019
@EvanHahn EvanHahn deleted the add_promise_polyfill branch October 29, 2019 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants