Skip to content

Version 0.19.1

Compare
Choose a tag to compare
@JMPerez JMPerez released this 16 Apr 14:03
· 146 commits to master since this release

If you were providing a polyfill for Promise and were getting the error "Unsupported implementation of Promises/A+", this release should fix it. The library was checking for the existence of a function that is not part of the Promises/A+ standard, but used to be defined when the check was introduced.