1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)C#10,221 star (10,221 star)2,940 fork (2,940 fork)batch import
Help Wantedfeature-requestup-for-grabs
- 议题类型
- 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.