docs: add exemplary fiddle for launch in fiddle feat (#19785)

* add fit-screen

* new url format

* nit
This commit is contained in:
trop[bot]
2019-08-16 08:56:18 -07:00
committed by Charles Kerr
parent 30543cec74
commit 5901293628
2 changed files with 21 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ property, so writing `let { screen } = require('electron')` will not work.
An example of creating a window that fills the whole screen:
```javascript
```javascript fiddle='docs/fiddles/screen/fit-screen'
const { app, BrowserWindow, screen } = require('electron')
let win