mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Renamed browser-side to main process
renamed a few occurances of "web page" to "renderer" renamed a few files that had "browser" in their name to "main-process" note that there are still many occurances of web page.
This commit is contained in:
@@ -37,10 +37,10 @@ _online-status.html_
|
||||
```
|
||||
|
||||
There may be instances where one wants to respond to these events in the
|
||||
browser process as well. The browser process however does not have a
|
||||
main process as well. The main process however does not have a
|
||||
`navigator` object and thus cannot detect these events directly. Using
|
||||
Atom-shell's inter-process communication utilities, the events can be forwarded
|
||||
to the browser process and handled as needed, as shown in the following example.
|
||||
to the main process and handled as needed, as shown in the following example.
|
||||
|
||||
_main.js_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user