OSDN Git Service

363564ad2c3a2376fc220d5bc27cdf3b5153866c
[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