Update url (#7598)
* Update EventEmitter URL * Update EventEmitter URL * Enable click * Update EventEmitter URL * Update EventEmitter URL * Update URL * Update URL * Update EventEmitter URL * Tweak sentence and add perios
This commit is contained in:
parent
0756aa663b
commit
c017a7a1c7
8 changed files with 10 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
> Communicate asynchronously from a renderer process to the main process.
|
||||
|
||||
The `ipcRenderer` module is an instance of the
|
||||
[EventEmitter](https://nodejs.org/api/events.html) class. It provides a few
|
||||
[EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter) class. It provides a few
|
||||
methods so you can send synchronous and asynchronous messages from the render
|
||||
process (web page) to the main process. You can also receive replies from the
|
||||
main process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue