Skip to content

ElectronBrowserWindow.addBrowserView method

ElectronBrowserWindow › addBrowserView

Unofficial

Replacement API for setBrowserView supporting work with multi browser views.

Signature:

addBrowserView(browserView: ElectronBrowserView): void

Parameters:

Parameter Type Description
browserView ElectronBrowserView The view to add.

Returns: void