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:

ParameterTypeDescription
browserViewElectronBrowserViewThe view to add.

Returns: void