You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost all current Promise implementations have many bugs and most of them can't be fixed without completely replacement Promise constructor, you can find many V8 bugs in this tracker. Current feature detection for Promise includes support @@species pattern (the ultimate feature detection for almost all Promise bugs, support @@species should be added in V8 ~ Chrome 51) and unhandled rejection tracking (added in V8 ~ Chrome 49), so native Promise will be used instead of polyfill only in V8 ~ Chrome 51.
I'm using
babel-polyfill
. I always have such stack trace:The question is simple. Why? Chrome has support for native Promises (this is a Chrome stack trace).
The text was updated successfully, but these errors were encountered: