docs: add missing contextBridge API to README (#27485)

This commit is contained in:
Erick Zhao 2021-01-26 19:57:07 -08:00 committed by GitHub
parent db08f08b88
commit 931e29cd64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ These individual tutorials expand on topics discussed in the guide above.
### Modules for the Renderer Process (Web Page):
* [contextBridge](api/context-bridge.md)
* [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md)
* [remote](api/remote.md)