aboutsummaryrefslogtreecommitdiffstats
path: root/demo/index.html
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-11-16 11:38:06 +0100
committerSam Potts <sam@potts.es>2017-11-16 11:38:06 +0100
commitd7a1c4428138d2dd5af09e41e998d1e08dafe76e (patch)
treea3f039f1a2564f43e5f3fa9f49db0527f209f04e /demo/index.html
parentc64b8f69403b0287f55f25dc533b41cb8d34075d (diff)
downloadplyr-d7a1c4428138d2dd5af09e41e998d1e08dafe76e.tar.lz
plyr-d7a1c4428138d2dd5af09e41e998d1e08dafe76e.tar.xz
plyr-d7a1c4428138d2dd5af09e41e998d1e08dafe76e.zip
Using fetch instead of xhr, grabbing title for YouTube
Diffstat (limited to 'demo/index.html')
-rw-r--r--demo/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html
index 4c105942..e6648d70 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -155,7 +155,7 @@
</aside>
<!-- Polyfills -->
- <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent"></script>
+ <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes,CustomEvent,fetch"></script>
<!-- Plyr core script -->
<script src="../dist/plyr.js"></script>