Is there a way to set an event listener for a desktop notification?
document.addEventListener("desktop notification", function(){
// do something
});
I've looked through the MDN event reference, but the only event type for a notification seems to be only for alert()
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…