C
C
chakaponi2019-05-23 01:36:55
JavaScript
chakaponi, 2019-05-23 01:36:55

Which service to use to determine which versions of the browser the code will work in?

Help me find a service like caniuse that gives the version of browsers for the tested code for which the code will work and, preferably, points to functions that can be downgraded to cover more browser versions

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2019-05-23
@Sanasol

Usually there is a webpack + babel-preset-env service for this, where you specify which browsers to support and it does this automatically when building
https://babeljs.io/docs/en/next/babel-preset-env.html

S
sim3x, 2019-05-23
@sim3x

https://kangax.github.io/compat-table/es6/
Here is just a table

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question