mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
document process(es) for all APIs
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
> Create and control browser windows.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process)
|
||||
|
||||
```javascript
|
||||
// In the main process.
|
||||
const {BrowserWindow} = require('electron')
|
||||
|
||||
Reference in New Issue
Block a user