Skip to content

Commit

Permalink
feat(in-app/v1): globalThis polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Mar 20, 2024
1 parent a79a9b9 commit b2a6a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in-app/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>TapSupport</title>
<script
crossorigin="anonymous"
src="%VITE_POLYFILL_SERVICE%/v3/polyfill.min.js?version=3.111.0&features=es2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2020%2Ces2021%2Ces2022%2CAbortController%2Cfetch%2CURL%2CIntersectionObserver"
src="%VITE_POLYFILL_SERVICE%/v3/polyfill.min.js?version=3.111.0&features=es2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2020%2Ces2021%2Ces2022%2CAbortController%2Cfetch%2CURL%2CIntersectionObserver%2CglobalThis"
></script>
</head>
<body>
Expand Down

0 comments on commit b2a6a79

Please sign in to comment.