Skip to content

Commit f9f07f1

Browse files
authored
docs(rxjs.dex): replace polyfill.io with a Cloudflare equivalent (#7487)
1 parent 9c8fa65 commit f9f07f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rxjs.dev/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<script>
8585
if (!Object.assign) {
8686
// 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";
87+
var polyfillUrl = "https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js?features=default,Array.prototype.find&flags=gated&unknown=polyfill";
8888

8989
// send a blocking XHR to fetch the polyfill
9090
// then append it to the document so that its eval-ed synchronously

0 commit comments

Comments
 (0)