Nyalab / caniuse-api

request the caniuse data to check browsers compatibilities
MIT License
356 stars 27 forks source link

[Question] caniuse checker typescript/react #91

Open vanhoutenbos opened 4 years ago

vanhoutenbos commented 4 years ago

Hi,

maybe not really the place but I was wondering if you know any library that uses this API to validate code. So for example, I tell the library that I want to use Chrome 60 as minimum, it will validate my code and tell me 'this code runs on all browsers from Chrome 60 >' or 'You are using Promise.All.Finally this is not supported in Chrome < 63'