Skip to content

Commit

Permalink
docs(rxjs.dex): replace polyfill.io with a Cloudflare equivalent (#7487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfssc authored Jun 28, 2024
1 parent 9c8fa65 commit f9f07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rxjs.dev/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<script>
if (!Object.assign) {
// polyfill other non-evergreen browsers in a blocking way
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";

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

0 comments on commit f9f07f1

Please sign in to comment.