stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

Polyfill if finally missing #364

Closed tjenkinson closed 3 years ago

tjenkinson commented 3 years ago

Previously if a device had Promise but was missing Promise.polyfill.finally, the polyfill would not be applied and finally would be missing.

tjenkinson commented 3 years ago

Meant to create this on our fork there's already a similar PR here, although if you want this please merge it and we'll switch back to your version