@ipsme/reflector-electron-ipc-window
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

App.js

import * as IPSME_MsgEnv_BC from '@ipsme/msgenv-broadcastchannel'; import { Reflector_IPC_window } from '@ipsme/reflector-electron-ipc-window';

//------------------------------------------------------------------------------------------------- // reflector bc <-> ipc

const reflector_IPC_window_ = new Reflector_IPC_window(window); reflector_IPC_window_.init();

//-------------------------------------------------------------------------------------------------

function handler_App(msg) { console.log('handler_App: msg: ', msg);

} IPSME_MsgEnv_BC.subscribe(handler_App);

IPSME_MsgEnv_BC.publish('BOOHAG');

Readme

Keywords

none

Package Sidebar

Install

npm i @ipsme/reflector-electron-ipc-window

Weekly Downloads

0

Version

0.1.7

License

ISC

Unpacked Size

16.2 kB

Total Files

7

Last publish

Collaborators

  • knev