Browse Source

add description and process for BrowserWindow class

Zeke Sikelianos 8 years ago
parent
commit
c9739abf7f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/api/browser-window.md

+ 4 - 0
docs/api/browser-window.md

@@ -109,6 +109,10 @@ child.once('ready-to-show', () => {
 
 ## Class: BrowserWindow
 
+> Create and control browser windows.
+
+Process: [Main](../tutorial/quick-start.md#main-process)
+
 `BrowserWindow` is an
 [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter).