const notif = document.getElementById("notif-panel"); const notbtn = document.getElementById("notbtn"); notbtn.addEventListener("click", () => requestPermission()) async function requestPermission() { subscribe() }