PSPDFKit-labs / browserslist.dev

A website to display compatible browsers from browserslist string.

Home Page:https://browserslist.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this support comma-separated lists?

AndersDJohnson opened this issue · comments

This is an awesome tool!

We seem to notice it may not be supporting comma-separated lists properly.

E.g., https://browserslist.dev/?q=PiAwLjUlIGluIFVTLCBzYWZhcmkgPj0gMTEsIG5vdCBkZWFkLCBub3QgSUUgPiAw does not seem to include Safari 11.

Compare to other tools like https://browsersl.ist/#q=%3E+0.5%25+in+US%2C+safari+%3E%3D+11%2C+not+dead%2C+not+IE+%3E+0

I think if we can't support, we could at least validate input or message to be sure users aren't misled. Thoughts?

@AndersDJohnson it is supported: the query string is directly passed on to Browserslist, but for some reason sometimes it's returning stale data.