Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

onloadjs

mafumafuultu2MIT0.0.1

onload promise

onload, promise

readme

onloadjs

onload promise

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

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

onload(document) => Promise