onloadjs
onload promise
<script type="module">
import onload from './onload.js';
onload().then( () => {
document.body;
});
</script>
onload promise
onload promise
<script type="module">
import onload from './onload.js';
onload().then( () => {
document.body;
});
</script>