-
Notifications
You must be signed in to change notification settings - Fork 650
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
Browser Support #785
Comments
Some info in #438 |
Maybe |
Marko supports IE9+. Supporting IE8 is not possible because we are using some JavaScript language features (e.g. getters and setters) that are not available in IE8. We do need to make this clear in the documentation so I am keeping this issue opened. |
@patrick-steele-idem @ulivz would love to work on this issue if it isn't already taken 🥇 |
TODO: We should update the docs/website to point to Although I think ideally we load that file, and build up a link to https://browserslist.dev/?q=Q2hyb21lID49IDEwMywgRmlyZWZveCA%2BPSA3OCwgU2FmYXJpID49IDEzLCBFZGdlID49IDEwOSwgT3BlcmEgPj0gOTUsIENocm9tZUFuZHJvaWQgPj0gMTExLCBpb3Nfc2FmID49IDE0 (the TLDR generating the url is import queries from "@ebay/browserslist-config"
const url = `https://browserslist.dev/?q=${btoa(queries.join(", "))}`; |
Mako supports IE8+?
What about other browsers?
Not mentioned in README.md
In order to support IE8-11,What I need to do?
The text was updated successfully, but these errors were encountered: