ElectronNET/Electron.NET

BrowserView is deprecated in Electron>=29

Aperta

#957 aperta il 4 dic 2025

 (5 commenti) (0 reazioni) (0 assegnatari)C# (710 fork)batch import
apidiscussionhelp wanted

Metriche repository

Star
 (7040 stelle)
Metriche merge PR
 (Merge medio 4g 13h) (7 PR mergiate in 30 g)

Descrizione

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.

Guida contributor