@@ -454,7 +454,7 @@ This package requires Promise support, therefore you will need to polyfill if yo
454
454
This is the solution for you if you're just using ` <script> ` tags everywhere!
455
455
456
456
``` html
457
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
457
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
458
458
<script src =" https://unpkg.com/cabin" ></script >
459
459
<script type =" text/javascript" >
460
460
(function () {
@@ -471,10 +471,10 @@ This is the solution for you if you're just using `<script>` tags everywhere!
471
471
472
472
#### Required Browser Features
473
473
474
- We recommend using < https://polyfill.io > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
474
+ We recommend using < https://cdnjs.cloudflare.com/polyfill > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
475
475
476
476
``` html
477
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
477
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
478
478
```
479
479
480
480
* Promise is not supported in op\_ mini all
@@ -510,7 +510,7 @@ We strongly recommend that you implement one of the following code snippets with
510
510
##### HTML
511
511
512
512
``` html
513
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
513
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
514
514
<script src =" https://unpkg.com/xhook" ></script >
515
515
<script src =" https://unpkg.com/cabin" ></script >
516
516
<script src =" https://unpkg.com/parse-request" ></script >
@@ -549,7 +549,7 @@ We strongly recommend that you implement one of the following code snippets with
549
549
> You can do a similar approach with React, EJS, or another templating language.
550
550
551
551
``` pug
552
- script(src='https://polyfill.io /v3/polyfill.min.js?features=Promise')
552
+ script(src='https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise')
553
553
script(src='https://unpkg.com/xhook')
554
554
script(src='https://unpkg.com/cabin')
555
555
script(src='https://unpkg.com/parse-request')
@@ -658,7 +658,7 @@ It does require you to have a polyfill if you're using it in the browser (only i
658
658
The example below demonstrates using StackTrace with [ uncaught] [ ] to catch global errors below.
659
659
660
660
``` html
661
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
661
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
662
662
<script src =" https://unpkg.com/stackframe" ></script >
663
663
<script src =" https://unpkg.com/stacktrace-js" ></script >
664
664
<script src =" https://unpkg.com/uncaught" ></script >
0 commit comments