window.addEventListener('load', (event) => { });
window.onload = function() { // Code here }
document.onload = function ...