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 @@ -47,7 +47,7 @@ console.log('M/D/YY', dayjs().format('M/D/YY'));
47
47
This is the solution for you if you're just using ` <script> ` tags everywhere!
48
48
49
49
``` html
50
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
50
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
51
51
<script src =" https://unpkg.com/dayjs-with-plugins" ></script >
52
52
<script type =" text/javascript" >
53
53
(function () {
@@ -58,10 +58,10 @@ This is the solution for you if you're just using `<script>` tags everywhere!
58
58
59
59
##### Required Browser Features
60
60
61
- We recommend using < https://polyfill.io > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
61
+ We recommend using < https://cdnjs.cloudflare.com/polyfill > (specifically with the bundle mentioned in [ VanillaJS] ( #vanillajs ) above):
62
62
63
63
``` html
64
- <script src =" https://polyfill.io /v3/polyfill.min.js?features=Promise" ></script >
64
+ <script src =" https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=Promise" ></script >
65
65
```
66
66
67
67
* Promise is not supported in op\_ mini all
You can’t perform that action at this time.
0 commit comments