首页 > 其他 > 详细

new Notification 桌面 通知

时间:2020-06-27 16:06:12      阅读:87      评论:0      收藏:0      [点我收藏+]
if (!message.touser) {
                $("#sound").attr(‘src‘, "https://taibao-image.ecdpower.net/shtlc/chat/msg.mp3");
                Notification.requestPermission(function (permission) {
                    var notification = new Notification("最新消息", { body: message.content, icon: ‘‘, dir: ‘auto‘ });
                    setTimeout(function () {
                        notification.close();//关闭桌面通知  
                    }, 5000);
                })
            }
return;

 

new Notification 桌面 通知

原文:https://www.cnblogs.com/lpp-11-15/p/13198441.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!