aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Add Promise support? #40

Closed lygstate closed 7 years ago

lygstate commented 7 years ago

I'm submitting a feature request

Current behavior:

EisenbergEffect commented 7 years ago

We're not planning to implement promise support directly in the polyfill. Modern browsers support this and there are very solid external libraries that are better to use than what we could build. Also, some module loaders come with Promises included. Same thing goes with some other polyfill libraries, so we don't want step all over that.