promise-polyfill
Advanced tools
Changelog
7.0.1
require
Changelog
7.0.0
Changelog
6.1.0
Promise.all()
Promise
is called with new
Changelog
6.0.0 Deprecated Promise._setImmediateFn
and Promise._setUnhandledRejectionFn
This allows subclassing Promise without rewriting functions
Promise._setImmediateFn(<immediateFn>)
has been deprecated. Use Promise._immediateFn = <immediateFn>
instead.Promise._setUnhandledRejectionFn(<rejectionFn>)
has been deprecated. Use Promise._unhandledRejectionFn = <rejectionFn>
instead.
These functions will be removed in the next major version.