Html5通知(将特定div元素加载到通知主体)

时间:2017-11-27 14:21:14

标签: html5 html5-notifications

我尝试使用html5通知,现在我可以通过strggle将html元素加载到通知正文中

以下代码我已尝试

let string = document.getElementById('map')
let myNotification = new Notification('Incomming calls', {
                    body: string.innerHTML
                }).addEventListener('click',function(){
                    console.log('Notification clicked' + message)
                }) 

提前致谢

0 个答案:

没有答案