-
Notifications
You must be signed in to change notification settings - Fork 1
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
idea: it might be worth doing a PR to mrhenry/polyfill-library #3
Comments
Some newer browser features that the polyfill depends on (other than CustomElement) are the Web Animations API (notably Element.animate() and Document.getAnimations()) and requestAnimationFrame(). |
What features it depends on are very interesting informations - it might be worth adding them to this project's README.md. As you can see here, animate is polyfilled, as well as requestAnimationFrame. At some point it's interesting to see if your |
I'll add information on notable features required by the polyfill to the README. Maybe I could start working on a degraded version in a separate branch. |
The polyfill-library is a module for building bundles based on feature-detection or user-agent detection.
It has bad reputation because of the polyfill.io security debacle, however it is still very much useful.
The hard part is to correctly define the dependencies of
view-transitions-polyfill
w.r.t. polyfill-library.For example, view-transitions-polyfill depends on CustomElement, which is not yet available as a polyfill, so opening a PR there is too early.
Does it depend on other recent DOM/CSS features that might have existing polyfills ?
The text was updated successfully, but these errors were encountered: