v3.25.4v3.25.3
Reading changes from the repo…
String.prototype.endsWith
and String.prototype.startsWith
. Users can now expect consistent behavior across different JavaScript environments. Array.prototype.group
and Array.prototype.groupToMap
as supported from V8 ~ Chromium 108, ensuring users can utilize these features in their applications. Function.prototype.call
and Function.prototype.bind
, providing a workaround for previously encountered bugs. [Serializable]
and [Transferable]
objects in the structuredClone
polyfill, enhancing the functionality for users.