docs: add missing ipcRenderer require to example code (#37134)

This commit is contained in:
David Sanders 2023-02-05 21:40:16 -08:00 коммит произвёл GitHub
Родитель 9c0dcaf36b
Коммит 9ec13afeaf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ the API become immutable and updates on either side of the bridge do not result
An example of a complex API is shown below:
```javascript
const { contextBridge } = require('electron')
const { contextBridge, ipcRenderer } = require('electron')
contextBridge.exposeInMainWorld(
'electron',