docs: update external links (#39421)

This commit is contained in:
Milan Burda
2023-08-10 11:55:52 +02:00
committed by GitHub
parent 11600c5f96
commit 255064659f
30 changed files with 51 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ property of [`WebContents`](web-contents.md), or from the `session` module.
const { BrowserWindow } = require('electron')
const win = new BrowserWindow({ width: 800, height: 600 })
win.loadURL('http://github.com')
win.loadURL('https://github.com')
const ses = win.webContents.session
console.log(ses.getUserAgent())