v3.110.0
版本发布时间: 2021-12-07 21:48:43
JakeChampion/polyfill-library最新发布版本:v4.8.0(2023-06-26 15:25:20)
- use an object which has no prototype so that the only properties on the object are it's own and not those from Object.prototype -- Fixes #1137
#1137
- Adds
Promise.any
,Promise.allSettled
, andAggregateError
polyfills21967a1
- Adds
Array.prototype.at
,String.prototype.at
, andTypedArray.prototype.at
polyfills29c6814
- Improves iterator tests for
Promise.any
,Promise.allSettled
, andAggregateError
polyfills999dbce