stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

fix promiseToString for android webview #301

Closed ustccjw closed 6 years ago

ustccjw commented 7 years ago

some android webview promiseToString return '[object Object]'

stefanpenner commented 7 years ago

I believe versions of android webview which report ^ provide tend to provide broken promise implementations. And the auto polyfill aims to mitigate those issues.