This repository was archived by the owner on Aug 21, 2022. It is now read-only.
Promise polyfill v1.0.4
Changelog
- fix isThenable: only lookup in objects for a method called "then"
- fix isThenable: allow objects having a property called "then" (not method)
- fix: Promise.all and Promise.race only accept a instance of the Array