Skip to content

Commit a148e2e

Browse files
authored
Merge pull request #2800 from amureki/remove-polyfill-io-mentions
Fix #2799 -- drop recommendation of polyfill.io
2 parents 7c8f833 + 0fca5bf commit a148e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Plyr supports the last 2 versions of most _modern_ browsers.
768768

769769
## Polyfills
770770

771-
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.
771+
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.
772772

773773
## Checking for support
774774

0 commit comments

Comments
 (0)