emfcamp / Website

The Electromagnetic Field web site
http://www.emfcamp.org
GNU Affero General Public License v3.0
41 stars 83 forks source link

Add polyfill for Object.groupBy to schedule #1669

Closed lukegb closed 4 months ago

lukegb commented 4 months ago

Object.groupBy is from 2024, so for compatibility with older browsers let's pull in some polyfills.

lukegb commented 4 months ago

Argh, don't merge this yet, ordering error :p

lukegb commented 4 months ago

OK, tested in Firefox 118, and it works.