ElectronNET/Electron.NET

BrowserView is deprecated in Electron>=29

Open

#957 opened on Dec 4, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C# (710 forks)batch import
apidiscussionhelp wanted

Repository metrics

Stars
 (7,040 stars)
PR merge metrics
 (Avg merge 4d 13h) (7 merged PRs in 30d)

Description

According to Electron API docs BrowserView was deprecated in version 29 in favour of WebContentsView.

BrowserView: https://www.electronjs.org/docs/latest/api/browser-view WebContentsView: https://www.electronjs.org/docs/latest/api/web-contents-view

It is worth looking at this to make sure that API is still relevant and working and add a new one as well.

Contributor guide