目前,我需要在桌面通知正文中显示图片,但我不确定是否可以-
notification = new Notification("title", "user1"), { icon: baseUrl + '/image/icon.png', body: "message" // here i want add my custom image });
如果可能的话,我需要实现它的方法。
javascript notifications
javascript ×1
notifications ×1