You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed JSON.stringify polyfill with an array replacer - keys order now follows the replacer, inherited and non-enumerable properties are no longer ignored, #1539
Make URL / URLSearchParams parsing a little more correct (char sets, percent coding, etc)
Ensure opaque paths always roundtrip in URL polyfill (still without adding to feature detection), whatwg/url#844
Fix URL#toJSON when URL#toString is reassigned after core-js is imported
Fixed possible crash on some keys in Symbol.for
Some get-iterator / get-iterator-method fixes
Fixed String.prototype.{ match, search } polyfills conversion order
Added missed MAX_SAFE_INTEGER excess check in Array.from and { Map, Object }.groupBy polyfills
Improved the way of inner iterators cleaning in iterator helpers
Improved accuracy of Math.{ asinh, cbrt, log1p } polyfills with big and small values
Improved performance of Uint8Array base64 methods
Improved performance of escape
Slight performance improvement for engines with native Array.prototype.fill on ArrayBuffer constructor and %TypedArray%.prototype.fill
Clarify supported Node versions in package.json of some missed packages (just to satisfy publint)
Compat data improvements:
Following tc39/ecma262/#3776, Iterator.prototype.{ drop, take } properly supported from: