MyGit

5.0.0

taylorhakes/promise-polyfill

版本发布时间: 2016-04-28 12:08:20

taylorhakes/promise-polyfill最新发布版本:8.2.2(2022-03-12 14:59:17)

Removed non standard functionality of passing multiple params to Promise.all. You must pass an array now. You must change this code

Promise.all(prom1, prom2, prom3);

to this

Promise.all([prom1, prom2, prom3]);

相关地址:原始地址 下载(tar) 下载(zip)

查看:2016-04-28发行的版本