ipcMain 报错 event.reply is not a function

Posted juwan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipcMain 报错 event.reply is not a function相关的知识,希望对你有一定的参考价值。

开发 electron-vue 中,关于 event.reply is not a function 出现问题。

当主进程向渲染页面通信的时候,如下代码


const { ipcMain } = require('electron');
ipcMain.on('asynchronous-message', (event, arg) => {
  console.log('asynchronous-message', event.reply, arg); // prints "ping"
  // event.sender.send("asynchronous-reply", 'as-pong')
  event.reply('asynchronous-reply', 'as-pong')
})

可能和版本有关,使用 event.sender.send 替代 reply 就可以了。

https://stackoverflow.com/questions/57038073/ipcmain-event-reply-is-not-a-function

关于主进程和渲染进程通信可以看这个 https://wizardforcel.gitbooks.io/electron-doc/content/api/ipc-main.html 参考资料,或官方文档。

以上是关于ipcMain 报错 event.reply is not a function的主要内容,如果未能解决你的问题,请参考以下文章

为啥我的 ipcMain 没有发送到 Electron 中的 ipcRenderer?

在电子中是在 ipcRenderer 或 ipcMain 中完成的 fs 操作

07.electron-(渲染进程和主进程)通信

Electron中通过ipcMain和ipcRender实现主进程和渲染进程之间的相互通信

Electron中通过ipcMain和ipcRender实现主进程和渲染进程之间的相互通信

svn在commit后报错:is scheduled for addition, but is missing