Remove APIs that are no longer present
This commit is contained in:
parent
d02c1fbbf4
commit
1704b1ad53
4 changed files with 3 additions and 37 deletions
|
@ -778,14 +778,6 @@ Windows 메시지 훅을 등록합니다. `callback`은 WndProc에서 메시지
|
|||
`callback(image)` 형식으로 호출됩니다. `image`는 [NativeImage](native-image.md)의
|
||||
인스턴스이며 스크린샷 데이터를 담고있습니다. `rect`를 생략하면 페이지 전체를 캡처합니다.
|
||||
|
||||
### `win.print([options])`
|
||||
|
||||
`webContents.print([options])` API와 같습니다.
|
||||
|
||||
### `win.printToPDF(options, callback)`
|
||||
|
||||
`webContents.printToPDF(options, callback)` API와 같습니다.
|
||||
|
||||
### `win.loadURL(url[, options])`
|
||||
|
||||
`webContents.loadURL(url[, options])` API와 같습니다.
|
||||
|
|
|
@ -528,14 +528,6 @@ Retorna um boolean indicando se o documento da janela foi editado.
|
|||
|
||||
Captura uma imagem da página dentro do `rect`. Após completar, `callback` será chamada com `callback(imagem)`. `imagem` é uma instância de [NativeImage](../../../docs/api/native-image.md) que guarda dados sobre a imagem. Omitir `rect` captura toda a página visível.
|
||||
|
||||
### `win.print([options])`
|
||||
|
||||
Igual a `webContents.print([options])`
|
||||
|
||||
### `win.printToPDF(options, callback)`
|
||||
|
||||
Igual a `webContents.printToPDF(options, callback)`
|
||||
|
||||
### `win.loadURL(url[, options])`
|
||||
|
||||
Igual a `webContents.loadURL(url[, options])`.
|
||||
|
@ -628,5 +620,3 @@ Define se a janela deve estar visível em todos os *workspaces*.
|
|||
Retorna um boolean indicando se a janela está visível em todos os *workspaces*.
|
||||
|
||||
**Nota:** Esta API sempre retorna `false` no Windows.
|
||||
|
||||
|
||||
|
|
|
@ -636,14 +636,6 @@ windows上句柄类型为 `HWND` ,OS X `NSView*` , Linux `Window`.
|
|||
|
||||
捕获 `rect` 中的page 的快照.完成后将调用回调函数 `callback` 并返回 `image` . `image` 是存储了快照信息的[NativeImage](native-image.md)实例.如果不设置 `rect` 则将捕获所有可见page.
|
||||
|
||||
### `win.print([options])`
|
||||
|
||||
类似 `webContents.print([options])`
|
||||
|
||||
### `win.printToPDF(options, callback)`
|
||||
|
||||
类似 `webContents.printToPDF(options, callback)`
|
||||
|
||||
### `win.loadURL(url[, options])`
|
||||
|
||||
类似 `webContents.loadURL(url[, options])`.
|
||||
|
|
|
@ -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])`.
|
||||
|
|
Loading…
Reference in a new issue