Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more browsers #270

Open
bates64 opened this issue Mar 2, 2018 · 2 comments
Open

Support more browsers #270

bates64 opened this issue Mar 2, 2018 · 2 comments
Labels
client Affects the @decent/client package. discuss We should discuss this. webscale Focuses on speed-related or otherwise web-specific things, or is otherwise irrational.

Comments

@bates64
Copy link
Collaborator

bates64 commented Mar 2, 2018

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.

@bates64 bates64 added discuss We should discuss this. client Affects the @decent/client package. webscale Focuses on speed-related or otherwise web-specific things, or is otherwise irrational. labels Mar 2, 2018
@TheInitializer
Copy link
Collaborator

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
Copy link

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. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Affects the @decent/client package. discuss We should discuss this. webscale Focuses on speed-related or otherwise web-specific things, or is otherwise irrational.
Projects
None yet
Development

No branches or pull requests

3 participants