Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 184 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 184 Bytes

onloadjs

onload promise

<script type="module">
import onload from './onload.js';

onload().then( () => {
	document.body;
});
</script>

onload(document) => Promise