docs: remove references to remote from docs (#25416)

This commit is contained in:
Jeremy Rose
2020-09-14 10:36:54 -07:00
committed by GitHub
parent 7f885bd266
commit 5de7eb3618
24 changed files with 157 additions and 227 deletions

View File

@@ -8,9 +8,6 @@ Process: [Main](../glossary.md#main-process)
// In the main process.
const { BrowserWindow } = require('electron')
// Or use `remote` from the renderer process.
// const { BrowserWindow } = require('electron').remote
const win = new BrowserWindow({ width: 800, height: 600 })
// Load a remote URL