Improve UI performance using window.onload event
window.onload
It called, when the entire page load including imges, css, DOM etc.
window.onload = function(){
console.log("Application Loaded")
}
It is common for all of us front end developers that, sometime images are huge in size and ...
blog.semicolon.xyz1 min read