Merge pull request #8659 from fab1an/patch-2

Update web-contents.md
This commit is contained in:
Kevin Sawicki 2017-02-13 08:16:55 -08:00 committed by GitHub
commit 070cc40af4

View file

@ -1180,7 +1180,7 @@ the cursor when dragging.
* `callback` Function - `(error) => {}`.
* `error` Error
Returns true if the process of saving page has been initiated successfully.
Returns `Boolean` - true if the process of saving page has been initiated successfully.
```javascript
const {BrowserWindow} = require('electron')