You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plyr uses ES6 which isn't supported in all browsers quite yet. This means some features will need to be polyfilled to be available otherwise you'll run into issues. We've elected to not burden the ~90% of users that do support these features with extra JS and instead leave polyfilling to you to work out based on your needs. The easiest method I've found is to use [polyfill.io](https://polyfill.io) which provides polyfills based on user agent. This is the method the demo uses.
The domain was taken down by Namecheap, but in any case it is worth removing the mention of it.
Best,
Rust
The text was updated successfully, but these errors were encountered:
amureki
changed the title
Do not promote polyfill.io as the domain is shut down due to maliciousness reports
Do not promote polyfill.io as the domain is shut down due to malicious reports
Jun 27, 2024
Greetings, and thanks for a fantastic project!
Recent and concerning news led me to creating this issue:
I noticed in the README.md traces of polyfill.io (even though the project is not using polyfills and mentioned domain):
plyr/README.md
Lines 769 to 771 in 7c8f833
The domain was taken down by Namecheap, but in any case it is worth removing the mention of it.
Best,
Rust
The text was updated successfully, but these errors were encountered: