Changelog
.length
of polyfilled functions even in compressed code (excepting some ancient engines).name
of polyfilled accessors (excepting some ancient engines)ToString
conversion of polyfilled accessorsChangelog
URLSearchParams
in IE8- that was broken in the previous release__lookupGetter__
entriesChangelog
RegExp
flags handlingfetch
APIChangelog
Array
by copy proposal:
/actual/
entry points for methods from this proposalArray.prototype.toSpliced
throws a TypeError
instead of RangeError
if the result length is more than MAX_SAFE_INTEGER
, proposal-change-array-by-copy/70atob
/ btoa
fixes:
atob
does not ignore spaces, node/42530atob
does not validate encoding, node/42646/full/
namespace as the replacement for /features/
since it's more descriptive in context of the rest namespaces (/es/
⊆ /stable/
⊆ /actual/
⊆ /full/
)%TypedArray%.prototype.groupBy
was removed from the Array
grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/
entries - but it should be available in early-stage entries to avoid breakage.core-js-compat
-> core-js-builder
-> core-js-bundle
output. That mean that if the output contains, for example, es.object.has-own
, the legacy reference to it, esnext.object.has-own
, no longer added.core-js-builder
and core-js-compat
, now it's modules
and exclude
optionstargets
option of core-js-compat
means that the targets
filter just will not be applied, so the result will contain modules required for all possible engines.stack
property on DOMException
marked as supported from Deno 1.15Changelog
atob
btoa
Changelog
Function#bind
polyfills, uses only native Function#bind
in the internalsstructuredClone
should throw an error if no arguments passed__core-js_shared__
Changelog
Object.{ defineProperty, defineProperties }
bug, Babel issue%TypedArray%.prototype.set
bugs, affects modern engines (like Chrome < 95 or Safari < 14.1)