小编Nil*_*tam的帖子

桌面通知正文javascript中是否可能显示图标

目前,我需要在桌面通知正文中显示图片,但我不确定是否可以-

notification = new Notification("title", "user1"), {
  icon: baseUrl + '/image/icon.png',
  body: "message"   // here i want add my custom image
});
Run Code Online (Sandbox Code Playgroud)

如果可能的话,我需要实现它的方法。

javascript notifications

5
推荐指数
1
解决办法
2410
查看次数

标签 统计

javascript ×1

notifications ×1