feat: deprecate ipcRenderer.sendTo()
(#39091)
* feat: deprecate ipcRenderer.sendTo() * docs: add _Deprecated_ to ipcRenderer.sendTo()
This commit is contained in:
parent
3a5e2dd90c
commit
ada8eb33b2
5 changed files with 11 additions and 2 deletions
|
@ -192,7 +192,7 @@ ipcMain.on('port', (e, msg) => {
|
|||
For more information on using `MessagePort` and `MessageChannel`, see the [MDN
|
||||
documentation](https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel).
|
||||
|
||||
### `ipcRenderer.sendTo(webContentsId, channel, ...args)`
|
||||
### `ipcRenderer.sendTo(webContentsId, channel, ...args)` _Deprecated_
|
||||
|
||||
* `webContentsId` number
|
||||
* `channel` string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue