ElectronNET/Electron.NET

BrowserView is deprecated in Electron>=29

オープン

#957 opened on 2025/12/04

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)C# (710 件のフォーク)batch import
apidiscussionhelp wanted

Repository metrics

Stars
 (7,040 個のスター)
PR merge metrics
 (平均マージ 4d 13h) (30d で 7 merged PRs)

説明

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.

コントリビューターガイド