blog / src /index.js
Clémentine
init
7c5b7bd
raw
history blame
No virus
110 Bytes
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
}, { once: true });