You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
BrowserWindow, BrowserView, and WebContentsView all have a webContents property which can be handled by a dedicated WebContents class from which the wrapping classes, Window and View, can extend from.
Proposed Solution
The WebContents class should contain common logic for representing favicons, title, themeColor, url, isMediaPlaying and more. This class will also handle listening to a variety of events to keep a consistent state such as whether the page is loading, crashed, unresponsive, ready, or destroyed.
Alternatives Considered
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Problem Description
BrowserWindow, BrowserView, and WebContentsView all have a
webContents
property which can be handled by a dedicatedWebContents
class from which the wrapping classes, Window and View, can extend from.Proposed Solution
The
WebContents
class should contain common logic for representingfavicons
,title
,themeColor
,url
,isMediaPlaying
and more. This class will also handle listening to a variety of events to keep a consistent state such as whether the page is loading, crashed, unresponsive, ready, or destroyed.Alternatives Considered
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered: