1 javascript push-notification voice-recognition html5-notifications electron
我正在尝试使用电子框架在 macOS 上创建通知。我已经从 GitHub 克隆了开源快速入门,我的 renderer.js 进程中的唯一代码如下:
var myNotification = new Notification('Electron Notification', {
'body':"test"
})
Run Code Online (Sandbox Code Playgroud)
没有通知。没有错误。没有什么。请帮忙!我努力了:
body:"test"
})
Run Code Online (Sandbox Code Playgroud)
诗。我还尝试使用 mdn 语音识别 api,当我在浏览器中启动时它工作得很好,但在电子中根本不起作用。为什么会这样。非常感谢
| 归档时间: |
|
| 查看次数: |
1663 次 |
| 最近记录: |