javascript - Chrome desktop notification example? - Stack Overflow

javascript - Chrome desktop notification example? - Stack Overflow

瀏覽:1077
日期:2025-11-18
It appears that window.webkitNotifications has already been deprecated and removed. However, there's a new API, and it appears to work in the latest version of Firefox as well. function notifyMe() { // Let's check if the browser supports notifications if ...看更多