IOnIpcMessage Type
Fired when the guest page has sent an asynchronous message to embedder page.With sendToHost method and ipc-message event you can communicate between guest page and embedder page:
Instance members
| Instance member |
Description
|
Full Usage:
this.args
Modifiers: abstract |
|
Full Usage:
this.channel
Modifiers: abstract |
|
Full Usage:
this.frameId
Modifiers: abstract |
pair of [processId, frameId]. |
fable-electron-docs-api