We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8fa65 commit f9f07f1Copy full SHA for f9f07f1
apps/rxjs.dev/src/index.html
@@ -84,7 +84,7 @@
84
<script>
85
if (!Object.assign) {
86
// polyfill other non-evergreen browsers in a blocking way
87
- var polyfillUrl = "https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Array.prototype.find&flags=gated&unknown=polyfill";
+ var polyfillUrl = "https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js?features=default,Array.prototype.find&flags=gated&unknown=polyfill";
88
89
// send a blocking XHR to fetch the polyfill
90
// then append it to the document so that its eval-ed synchronously
0 commit comments