Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fetch favicons first #5430

Closed
luixxiul opened this issue Nov 6, 2016 · 1 comment
Closed

Fetch favicons first #5430

luixxiul opened this issue Nov 6, 2016 · 1 comment

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Nov 6, 2016

Describe the issue you encountered: To confirm #2747 was fixed you have to wait until the page is loaded completely, maybe onload is fired.

Expected behavior: Because the interface is always active whether the page is loaded completely or not, the browser should find favicons and load them as soon as possible. We should not wait until the page is loaded completely.

@luixxiul luixxiul added this to the 1.0.0 milestone Nov 6, 2016
@bsclifton bsclifton removed this from the 1.0.0 milestone Nov 11, 2016
@bsclifton
Copy link
Member

bsclifton commented Nov 11, 2016

Chromium is loading the favicons and electron is firing the event which notifies us that the favicon was loaded. For example, see

windowActions.setFavicon(this.frame, e.favicons[0])

The favicon can't be loaded before the initial page is loaded (and honestly shouldn't be loaded until all other resources are loaded). Folks could probably add the meta tags in dynamically for the favicon using JavaScript and I would imagine this wouldn't be detected until page ready. Closing this as won't fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants