caniuse-lite icon indicating copy to clipboard operation
caniuse-lite copied to clipboard

Support needed for checking for feature "requestVideoFrameCallback"

Open MarkusAverstad opened this issue 1 year ago • 2 comments

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!

MarkusAverstad avatar Oct 08 '24 09:10 MarkusAverstad

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 avatar Oct 08 '24 10:10 ai

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

ai avatar Oct 08 '24 10:10 ai