Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Worker doesn't catch favicon requests #668

Closed
lewispham opened this issue Mar 31, 2015 · 3 comments
Closed

Service Worker doesn't catch favicon requests #668

lewispham opened this issue Mar 31, 2015 · 3 comments

Comments

@lewispham
Copy link

Why doesn't Service Worker catch my favicon request?

<link rel="icon" type="image/png" href="/app/favicon-192x192.png" sizes="192x192">

sw.js

onfetch = function(e){
     //nothing happened
     console.log(e.request.url);
};
@mfalken
Copy link
Member

mfalken commented Mar 31, 2015

It should. I assume you're testing on Chrome? This is a Chrome implementation bug:
http://crbug.com/448427

@lewispham
Copy link
Author

You've got the right point. From your link, it's hard to believe that Chrome deals with an issue by representing a new bug ~~. Thank you @mattto

@wanderview
Copy link
Member

Closing since this appears not to be a spec issue.

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

No branches or pull requests

3 participants