Remove APIs that are no longer present

This commit is contained in:
Kevin Sawicki 2016-05-27 11:30:47 -07:00
parent d02c1fbbf4
commit 1704b1ad53
4 changed files with 3 additions and 37 deletions

View file

@ -787,14 +787,6 @@ be called with `callback(image)`. The `image` is an instance of
[NativeImage](native-image.md) that stores data of the snapshot. Omitting
`rect` will capture the whole visible page.
### `win.print([options])`
Same as `webContents.print([options])`
### `win.printToPDF(options, callback)`
Same as `webContents.printToPDF(options, callback)`
### `win.loadURL(url[, options])`
Same as `webContents.loadURL(url[, options])`.