Nyalab / caniuse-api

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

getSupport does not recognize basic props #62

Closed netsi1964 closed 7 years ago

netsi1964 commented 7 years ago

I have tried the getSupport(feature) and get reply like this. For instance asking for animation-delay:

Support for animation-delay:
Error: Please provide a proper feature name. Cannot find animation-delay

or background-color:

Support for background-color:
Error: Please provide a proper feature name. Cannot find background-color

Both examples works fine if you search for them on caniuse.com

netsi1964 commented 7 years ago

Just discovered that this package is based on a snapshot of canIUse support, which was not what I was looking for. I was looking for a package which uses live canIUse data. So just ignore this issue.