paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 389 forks source link

Safari 7.1: native Promises fail some tests #288

Closed ljharb closed 9 years ago

ljharb commented 9 years ago

There are 11 test failures on Safari 7.1, all related to the native Promises it ships with.

Let's figure out how to detect and patch these.