You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: