decent-chat / decent

Open source messaging platform for the modern web
https://meta.decent.chat
GNU General Public License v3.0
21 stars 5 forks source link

Support more browsers #270

Open bates64 opened 6 years ago

bates64 commented 6 years ago

Preferably at least the latest build of MS Edge - we will need testers for this (@TheInitializer?). This will likely be more polyfills -- https://polyfill.io -- over transpilation. Loads of browsers support async/await and friends already.

I think defining some hard version limits and sticking to them would be beneficial.

TheInitializer commented 6 years ago

Anyone have a Mac and willing to check if it works on Safari? I think we all use Firefox and Chrome, so it's probably untested on there as well as Edge.

The main issue with Edge right now is there's a JS method - Element.prepend - that isn't currently supported in Edge (I think it's coming in the next version though?) This breaks all the modals.

kerrtravers commented 6 years ago

Anyone have a Mac and willing to check if it works on Safari? I think we all use Firefox and Chrome, so it's probably untested on there as well as Edge.

I do. 👍

I've tested it on Safari, and I can't find anything wrong with the client at all, all settings and features seem to work as intended. 🎉