fix polyfill.io link
This commit is contained in:
parent
a795c1ba1d
commit
46e5a24d82
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ The easiest way to polyfill these features is to include this script:
|
|||
This will provide all the polyfills required for the browser. You can alternatively include only specific polyfills:
|
||||
|
||||
```markup
|
||||
<script src="https://polyfill.io/readable/gimme(array.prototype.indexof,object.keys,function.prototype.bind,array.prototype.foreach,JSON)"></script>
|
||||
<script src="http://cdn.polyfill.io/v1/polyfill.min.js?features=Array.prototype.indexOf,Object.keys,Function.prototype.bind,Array.prototype.forEach,JSON"></script>
|
||||
```
|
||||
|
||||
You can also use other polyfills to support these features in IE7.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue