electron-path-ipc:电子IPC的快速样式路径

时间:2024-04-27 23:43:41
【文件属性】:

文件名称:electron-path-ipc:电子IPC的快速样式路径

文件大小:61KB

文件格式:ZIP

更新时间:2024-04-27 23:43:41

TypeScript

电子路径-ipc 安装 # with npm $ npm install electron-path-ipc # with yarn $ yarn add electron-path-ipc 用法 默认情况下,主进程向所有渲染器进程发送请求。 // main process import { ipcMain } from 'electron-path-ipc' ; ipcMain . on ( ':identifier/action' , ( headers , ... args ) => { console . log ( headers . params ) ; // {identifier: 'my-identifier'} console . log ( ... args ) ; // ['hello world'] } ) // renderer process


【文件预览】:
electron-path-ipc-master
----.gitignore(44B)
----tsconfig.json(534B)
----README.md(2KB)
----.github()
--------workflows()
----test()
--------mainProcess.test.ts(4KB)
--------.eslintrc(206B)
----package.json(1KB)
----src()
--------index.ts(6KB)
----.mocharc.json(167B)
----.npmignore(138B)
----yarn.lock(137KB)
----.eslintrc.js(909B)
----.prettierrc.js(78B)

网友评论