Floorp-Projects / Floorp

All of source code of version 10 or later of Floorp Browser, the most Advanced and Fastest Firefox derivative 🦊
https://floorp.app
Other
4.97k stars 144 forks source link

[Bug]: Error: Map.groupBy is not a function #1191

Closed luiskugel closed 1 month ago

luiskugel commented 1 month ago

Pre-Submission Checklist

Bug Summary

When using the page npmgraph i got the error Map.groupBy is not supported and it looks like the function does not exist in floorp. I tried in firefox and chrome and both browsers work.

Reproduction Steps

  1. Open this URL: https://interactive-examples.mdn.mozilla.net/pages/js/map-groupby.html
  2. Click Run

Expected Behavior

The function to be existent and working

Actual Behavior

The function seems to be missing/disabled

Screenshots

I don't think this is necessary. You should be easily able to reproduce the issue via the url.

Browser Version

11.13.3 (64-Bit)

Operating System

Windows 11

Additional Context

No response

regularentropy commented 1 month ago

ESR issue. Please wait untill the next release.

CutterKnife commented 1 month ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/groupBy

According to this site, this feature was implemented in Firefox 119; the current version of Firefox ESR is 115, so I don't think the feature exists.