Ajoute les polyfill manquant pour iOS 11 et 12

pull/2520/head
Jérémy Rialland 2023-03-01 09:51:15 +01:00 committed by Jérémy Rialland
parent e5c11f8184
commit ee5db7c7eb
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
<script
crossorigin="anonymous"
src="https://polyfill.io/v3/polyfill.min.js?features=ResizeObserver%2CIntl.~locale.en%2CIntl.~locale.fr%2CString.prototype.replaceAll"
src="https://polyfill.io/v3/polyfill.min.js?features=ResizeObserver%2CIntl.~locale.en%2CIntl.~locale.fr%2CString.prototype.replaceAll%2CObject.fromEntries%2CString.prototype.matchAll"
></script>
<script type="module" src="{{ entry }}"></script>