curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
421 stars 60 forks source link

SeaMonkey browser detected as IE #74

Closed juhana closed 3 years ago

juhana commented 3 years ago

The latest version of Parchment uses <script src="dist/web/ie.js" nomodule> to display an error message about IE not being supported. Since it detects module support and not IE specifically, it's misleading if people use niche browsers like SeaMonkey instead. It could be changed to "doesn't support Internet Explorer and other browsers that lack modern features" or something to that effect.

Original issue here: https://github.com/vorple/borogove-ide/issues/2

curiousdannii commented 3 years ago

Yeah that's fair, I'll change the message.

curiousdannii commented 3 years ago

Message changed to

Sorry, but Parchment depends on web features unsupported by this browser. Please try a more modern browser.