sprint icon indicating copy to clipboard operation
sprint copied to clipboard

Browser support

Open p4bl1t0 opened this issue 9 years ago • 8 comments

What is the browser support?

p4bl1t0 avatar Apr 22 '15 12:04 p4bl1t0

From the README: Sprint relies on newer APIs supported by modern browsers (read: IE10+)

jacobroufa avatar Apr 22 '15 13:04 jacobroufa

I saw the IE10+ note, but it also mentions mobile. It would be nice to at least see some of the features (listing querySelectorAll, classList, setAttribute, etc). Then if someone is curious they can look it up on caniuse

james2doyle avatar Apr 22 '15 14:04 james2doyle

IE10+ is an indicator of browser support... but it would be better to get some sort of table indicating supported versions of Chrome, FF, etc

rmahoney-bl avatar Apr 22 '15 14:04 rmahoney-bl

+1 for a decent support table.

CrocoDillon avatar Apr 23 '15 07:04 CrocoDillon

Here is a quick list of features I found when browsing the source code:

http://caniuse.com/#feat=classlist http://caniuse.com/#feat=matchesselector http://caniuse.com/#feat=queryselector http://caniuse.com/#feat=getcomputedstyle http://kangax.github.io/compat-table/es5/#Object.keys

james2doyle avatar Apr 23 '15 17:04 james2doyle

:+1: need this

perpetual-hydrofoil avatar Apr 24 '15 17:04 perpetual-hydrofoil

I'm slightly reluctant to specify an "official" browser support list as it'll never be 100% comprehensive and thus somehow inaccurate but, basically, any vaguely recent browser will be fine (Safari 7.1+, FF 34+, Chrome 38+, …).

bendc avatar Apr 27 '15 07:04 bendc

I'm all for a browser support table. You should absolutely add a note regarding its specificity, but its usefulness lies in answering, "does this support IE9?" and questions like that. A comprehensive list of features it needs would be great as well, and would be much more maintainable. Just include a list of links to caniuse.com, done.

madbonkey avatar Apr 29 '15 17:04 madbonkey