Update docs/api/base-window.md

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
Jeremy Rose
2023-04-24 16:41:55 -07:00
committed by GitHub
parent ffb2bd1ccc
commit 30dac6851b

View File

@@ -14,7 +14,7 @@ module is emitted.
```javascript
// In the main process.
const { BaseWindow } = require('electron')
const { BaseWindow, WebContentsView } = require('electron')
const win = new BaseWindow({ width: 800, height: 600 })