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

Browser Support #785

Open
MeiYuanChen opened this issue Aug 4, 2017 · 5 comments
Open

Browser Support #785

MeiYuanChen opened this issue Aug 4, 2017 · 5 comments
Labels
type:docs Related to documentation/website

Comments

@MeiYuanChen
Copy link

MeiYuanChen commented Aug 4, 2017

Mako supports IE8+?
What about other browsers?
Not mentioned in README.md
In order to support IE8-11,What I need to do?

@Joeao
Copy link

Joeao commented Aug 4, 2017

Some info in #438

@ulivz
Copy link
Contributor

ulivz commented Aug 8, 2017

Maybe marko need to place the supported detail to the head section. I think.

@patrick-steele-idem
Copy link
Contributor

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 patrick-steele-idem added the type:docs Related to documentation/website label Aug 10, 2017
@theNaut1lus
Copy link

@patrick-steele-idem @ulivz would love to work on this issue if it isn't already taken 🥇

@DylanPiercey
Copy link
Contributor

TODO: We should update the docs/website to point to https://github.com/eBay/browserslist-config/blob/master/index.js

Although I think ideally we load that file, and build up a link to https://browserslist.dev/?q=Q2hyb21lID49IDEwMywgRmlyZWZveCA%2BPSA3OCwgU2FmYXJpID49IDEzLCBFZGdlID49IDEwOSwgT3BlcmEgPj0gOTUsIENocm9tZUFuZHJvaWQgPj0gMTExLCBpb3Nfc2FmID49IDE0 (the q is just base64 encoded).

TLDR generating the url is

import queries from "@ebay/browserslist-config"

const url = `https://browserslist.dev/?q=${btoa(queries.join(", "))}`;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Related to documentation/website
Projects
None yet
Development

No branches or pull requests

6 participants