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