6.0.0
版本发布时间: 2016-07-20 20:12:03
taylorhakes/promise-polyfill最新发布版本:8.2.2(2022-03-12 14:59:17)
This allows subclassing Promise without rewriting functions
-
Promise._setImmediateFn(<immediateFn>)
has been deprecated. UsePromise._immediateFn = <immediateFn>;
instead. -
Promise._setUnhandledRejectionFn(<rejectionFn>)
has been deprecated. UsePromise._unhandledRejectionFn = <rejectionFn>
instead. These functions will be removed in the next major version.