browserslist / caniuse-lite

A smaller version of caniuse-db, with only the essentials!
Creative Commons Attribution 4.0 International
547 stars 77 forks source link

Support needed for checking for feature "requestVideoFrameCallback" #132

Open MarkusAverstad opened 2 weeks ago

MarkusAverstad commented 2 weeks ago

Hello! We are creating an application that has an absolute need for the feature "requestVideoFrameCallback" and would like to check for this using browserslist. Currently this is not included in the caniuse-lite library.

Would it be possible to either a) have requestVideoFrameCallback added as a check or b) get an explanation on how to generate a check for it ourselves and plug it into browserslist?

Thanks a million guys!

ai commented 2 weeks ago

Sorry, there is no way right now.

Browserslist uses Can I Use and this data is going from MDN.

There are some plans to move from Can I Use to MDN, but we are still looking funding for that work.

ai commented 2 weeks ago

The jacket way is to use npm package of MDN to get browsers versions and convert them to Browserslist format.