ElectronNET/Electron.NET

BrowserView is deprecated in Electron>=29

开放

#957 创建于 2025年12月4日

 (5 条评论) (0 个反应) (0 位负责人)C# (710 个派生)batch import
apidiscussionhelp wanted

仓库指标

星标
 (7,040 个星标)
PR 合并指标
 (平均合并 4天 13小时) (30 天内合并 7 个 PR)

描述

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.

贡献者指南