Skip to content

Instantly share code, notes, and snippets.

@leohxj
Last active February 26, 2021 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leohxj/60c9c0f4d1198d6646b1a8bed0632b8c to your computer and use it in GitHub Desktop.
Save leohxj/60c9c0f4d1198d6646b1a8bed0632b8c to your computer and use it in GitHub Desktop.
Electron 管理 BrowserView
// xx
const view = new BrowserView()
win.setBrowserView(view)
view.setBounds({ x: 0, y: 0, width: 300, height: 300 })
view.webContents.loadURL('https://electronjs.org')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment