v3.24.1v3.24.0
Reading changes from the repo…
{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }
as shipped in Firefox 104, enhancing functionality for users of this browser. IS_BROWSER
detection to ignore NodeJS, preventing false positives with jsdom
, which enhances the accuracy of environment detection. IS_BROWSER
detection slightly, improving the overall user experience in various environments. @@species
support in Promise
for some older engines, ensuring consistent behavior across different environments.