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.

貢獻者指南