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

Use native promises #8

Open
nickserv opened this issue Sep 6, 2017 · 0 comments
Open

Use native promises #8

nickserv opened this issue Sep 6, 2017 · 0 comments

Comments

@nickserv
Copy link

nickserv commented Sep 6, 2017

While any-promise is a nice solution, I think we could simplify maintaining Promises for dependencies further by using native promises. Node has supported Promise since 0.12, and IE is the only modern browser that is missing Promise support(which can be polyfilled with babel-promise or replaced with webpack externals). While this is a little more work for IE support I like that it makes the Promise implementation selection more predictable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant