Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

figure out value of ipc-message 'event' parameter #72

Open
mykmelez opened this issue Jun 6, 2016 · 0 comments
Open

figure out value of ipc-message 'event' parameter #72

mykmelez opened this issue Jun 6, 2016 · 0 comments

Comments

@mykmelez
Copy link
Contributor

mykmelez commented Jun 6, 2016

atom_renderer_ipc inserts a null value into the list of values it passes to ipcRenderer event listeners when it receives an ipc-message. The value represents an event parameter.

It's clearly wrong to set event to the null value, although it works for the single message that atom_renderer_ipc currently receives, since the handler for that message ignores the event parameter.

But we should figure out what it's actually supposed to be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant