Skip to content

mafumafuultu/onloadjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onloadjs

onload promise

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

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

onload(document) => Promise