mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Some new features are obvious, like Promises and fetch, but for some smaller features we don't always know if they're supported everywhere. eslint-plugin-compat, however, does :) It will log an error if we use anything that is not supported in IE 10 or recent versions of Chrome/Edge/Firefox/Safari. Features can be whitelisted by adding them to the `polyfills` setting in the eslint config; this is nice, because it gives us an easy list of features that users may have to polyfill without having to comb through all of the code!
8 lines
167 B
Text
8 lines
167 B
Text
IE 10
|
|
last 2 Safari versions
|
|
last 2 Chrome versions
|
|
last 2 ChromeAndroid versions
|
|
last 2 Firefox versions
|
|
last 2 FirefoxAndroid versions
|
|
last 2 Edge versions
|
|
iOS 11.2
|