Skip to content

ElectronBrowserWindow.getBrowserView method

ElectronBrowserWindow › getBrowserView

Unofficial

Returns the BrowserView attached to this window.

Signature:

getBrowserView(): ElectronBrowserView | null

Returns: ElectronBrowserView | nullThe attached view or null if one is not attached.