Manipular a janela filha
Process: Renderer
This class is not exported from the 'electron'
module. It is only available as a return value of other methods in the Electron API.
The BrowserWindowProxy
object is returned from window.open
and provides limited functionality with the child window.
O objeto BrowserWindowProxy
possui os seguintes métodos de instância:
Remove o foco da janela filha.
Forçadamente fecha a janela filha sem chamar o evento unload.
code
String
Evaluates the code in the child window.
Focuses the child window (brings the window to front).
Invokes the print dialog on the child window.
message
anytargetOrigin
String
Sends a message to the child window with the specified origin or *
for no origin preference.
In addition to these methods, the child window implements window.opener
object with no properties and a single method.
The BrowserWindowProxy
object has the following instance properties:
A Boolean
that is set to true after the child window gets closed.