码迷,mamicode.com
首页 > 其他好文 > 详细

new Notification 桌面 通知

时间:2020-06-27 16:21:01      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:auto   iba   color   out   power   content   https   use   tps   

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 桌面 通知

标签:auto   iba   color   out   power   content   https   use   tps   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!