Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support needed for checking for feature "requestVideoFrameCallback" #132

Open
MarkusAverstad opened this issue Oct 8, 2024 · 2 comments

Comments

@MarkusAverstad
Copy link

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
Copy link
Member

ai commented Oct 8, 2024

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
Copy link
Member

ai commented Oct 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants