我尝试使用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)
})
预先感谢
您可能需要检查通知是否适用于您用作测试的浏览器,也可以使用此链接检查此链接。然后,您需要更具体地了解问题是什么,是否有错误消息或您不喜欢的输出来帮助您更好