File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ We highly recommend to simply use [Cabin][] as this package is built-in!
181
181
The example below uses [ xhook] [ ] which is used to intercept HTTP requests made in the browser.
182
182
183
183
``` html
184
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=performance,WeakRef" ></script >
184
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=performance,WeakRef" ></script >
185
185
<script src =" https://unpkg.com/xhook" ></script >
186
186
<script src =" https://unpkg.com/parse-request" ></script >
187
187
<script type =" text/javascript" >
@@ -197,10 +197,10 @@ The example below uses [xhook][] which is used to intercept HTTP requests made i
197
197
198
198
#### Required Browser Features
199
199
200
- We recommend using < https://polyfill.io > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
200
+ We recommend using < https://cdnjs.cloudflare.com/polyfill > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
201
201
202
202
``` html
203
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=performance,WeakRef" ></script >
203
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=performance,WeakRef" ></script >
204
204
```
205
205
206
206
* performance.now() is not supported in op\_ mini all
You can’t perform that action at this time.
0 commit comments