OSDN Git Service

remove
[commentgenerator-electron/CommentGenerator-Electron.git] / src / renderer.js
1 /* #electron */
2 // 通知のやつ
3 /*
4 const myNotification = new Notification('Title', {
5     body: 'Notification from the Renderer process'
6   })
7
8   myNotification.onclick = () => {
9     console.log('Notification clicked')
10   }
11 */
12