Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Promise polyfill v1.0.4

Choose a tag to compare

@Octane Octane released this 11 May 15:02
· 47 commits to master since this release

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