Add getRoutingID and getProcessID for window API.
This commit is contained in:
parent
16244e42e0
commit
d28f51fb9c
5 changed files with 29 additions and 3 deletions
|
@ -7,6 +7,9 @@ class Ipc extends EventEmitter
|
|||
@emit('message', args...)
|
||||
|
||||
send: (args...) ->
|
||||
send('ATOM_INTERNAL_MESSAGE', args...)
|
||||
@sendChannel('ATOM_INTERNAL_MESSAGE', args...)
|
||||
|
||||
sendChannel: (args...) ->
|
||||
send(args...)
|
||||
|
||||
module.exports = new Ipc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue