Skip to content

Commit c510fe8

Browse files
Polyfill URLSearchParams and dispatchEvent()
Fix demo in IE11.
1 parent dc6c0b6 commit c510fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/>
4343
<link rel="stylesheet" href="styles.css" />
4444

45-
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=Array.from,Map,Set&flags=gated"></script>
45+
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=Array.from,Event,Map,Set,URL&flags=gated"></script>
4646
</head>
4747

4848
<body>

0 commit comments

Comments
 (0)