HTML5通知(将特定的DIV元件加载到通知主体)



我尝试使用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)
                }) 

预先感谢

您可能需要检查通知是否适用于您用作测试的浏览器,也可以使用此链接检查此链接。然后,您需要更具体地了解问题是什么,是否有错误消息或您不喜欢的输出来帮助您更好

相关内容

  • 没有找到相关文章

最新更新