Showing 1-20 of 143 packages
Mock Electron's ipcMain and ipcRenderer
A secure electron-store that uses ipcMain/ipcRenderer.
方便ipcRenderer与ipcMain通信
[](https://badge.fury.io/js/electron-ipcrenderer-messageport) [](https://travis-
A promise interface for the ipcRenderer and ipcMain in electron
Toolkit for electron preload scripts.
Custom resolve module content.
Manually Pre-Bundling of Vite
A module to receive FCM notifications in electron
A module to receive FCM notifications in electron
Receive a Firebase notifications in your Electron app
A module to receive FCM notifications in electron using HTTP v1 API
Mock Electron's ipcMain and ipcRenderer
将 electron 的 ipcMain 与 ipcRenderer 间的通信转换为 promise 模式
WebSocket drop-in replacement for Electron IPCRenderer
Mocked electron ipc communication module
Capture system audio loopback on macOS 12.3+, Windows 10+ and Linux
Library for type-safe use of contextBridge in Electron
Create a JS File object instance from a local path
一个跨端调用通信库,让socket、web worker、iframe通信、vscode(`webview`)、electron(`ipcMain`、`ipcRenderer`)等全双工通信调用像调用ajax(`async/await`)一样马上得到处理结果: ```javascript (async () => { const params = { ... }; const data = await channel.call('server-api', params);