IL
Size: a a a
IL
SS
SS
IL
if (document.readyState !== 'loading') {
console.log( 'document is already ready, just execute code here' );
changeState();
} else {
document.addEventListener('DOMContentLoaded', changeState);
}
IL
IL
D
D
if (document.readyState !== 'loading') {
console.log( 'document is already ready, just execute code here' );
changeState();
} else {
document.addEventListener('DOMContentLoaded', changeState);
}
D
IL
D
D
SS
SS
D
SS
D
IL