@samitouri / QOS-React-2 / commits / b3aface19a

[fix] replace polyfill.io with cloudflare equivalent (#30123)

Sharath committed Jun 28, 2024 at 13:56 UTC b3aface19a17d78d190dd2883f6e4f9f719181d0
1 file changed +1 -1
fixtures/dom/public/renderer.html
+1 -1
@@ -80,7 +80,7 @@
80
81 <div id="output"></div>
82
83 - <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
83 + <script src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js"></script>
84 <script src="renderer.js"></script>
85 </body>
86 </html>