add model for EventEmitter in NodeJS, and base the Electron::IPC model on top of the new EventEmitter model

This commit is contained in:
Erik Krogh Kristensen
2019-12-02 08:38:46 +01:00
parent 3049bf2c85
commit 110302678c
10 changed files with 310 additions and 181 deletions

View File

@@ -2,3 +2,5 @@
| electron.js:48:23:48:28 | 'pong' | electron.js:58:1:58:36 | ipcRend ... 'ping') |
| electron.js:56:27:56:32 | 'ping' | electron.js:42:29:42:31 | arg |
| electron.js:58:30:58:35 | 'ping' | electron.js:47:28:47:30 | arg |
| electron.js:68:24:68:28 | "foo" | electron.js:67:23:67:25 | foo |
| electron.js:69:24:69:28 | "bar" | electron.js:67:46:67:48 | bar |