add description and process for BrowserWindow class

This commit is contained in:
Zeke Sikelianos 2016-11-14 16:14:32 -08:00
Родитель 39330affda
Коммит c9739abf7f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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).