abumq/allsettled-polyfill

Wrong status value for resolved Promisses

uhon opened this issue · 1 comments

uhon commented

Your Polyfill is not representing the standard!
The correct status value for resolved promises is "fulfilled" not "resolved".
Don't ask me why they came up with yet another name for resolved status, but that's how it is.
Please check:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled

I made a PR: #2
Please accept and re-publish npm package. Thanks

uhon commented

please merge my pr, or remove package from npm.