stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.45k stars 751 forks source link

Add polyfill for EventTarget constructor #4874

Closed WithoutPants closed 1 month ago

WithoutPants commented 1 month ago

4492 introduced the use of the EventTarget constructor, which is not supported by Safari browsers earlier than 14. This PR adds a polyfill for it.

Fixes #4712