capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.28k stars 200 forks source link

Map.groupBy()/Object.groupBy() #1450

Open mfulton26 opened 4 months ago

mfulton26 commented 4 months ago

Is your feature request related to a problem? Please describe. I want to use newer Web JS APIs in my app without polyfills but happy-dom doesn't implement some.

Describe the solution you'd like Implementation of finished tc39 proposals

Describe alternatives you've considered Setting up my own polyfills or using some other JS DOM implementation.

Additional context