Add type=module where needed

This commit is contained in:
Pieter Vander Vennet 2023-01-17 03:51:46 +01:00
parent 49f7deed3a
commit 14e2d71937
6 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@
<div id="maindiv">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
<script src="./test.ts"></script>
<script type="module" src="./test.ts"></script>
<script>
window.addEventListener('load', () => {