1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#10,221 stars (10,221 stars)2,940 forks (2,940 forks)batch import
Help Wantedfeature-requestup-for-grabs
- Issue 種別
- feature
- 調査方針
- This issue requests adding a new method OnMediaAccessChange to the IDisplayHandler interface, mirroring a recent CEF commit. Start by studying the linked CEF commit to understand the expected behavior. Then locate the IDisplayHandler interface in the CefSharp source code (likely in CefSharp/Handler/IDisplayHandler.cs). Add the new method signature. Next, update all implementations of IDisplayHandler (e.g., the default handler) with a default implementation (probably returning true or forwarding). Ensure the method is called from the CEF wrapper layer. Check existing similar methods for patterns. The single comment on the issue might contain additional guidance or questions from the maintainer.