- From: patrick kettner <notifications@github.com>
- Date: Mon, 31 Jul 2017 09:49:31 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 July 2017 16:49:53 UTC
@mbj36 I would really suggest posting these sort of questions on stackoverflow, or the lighthouse github rather than on a standards issue list. This place is intended for issues within the manifest specification, rather than issues with your implementation of it. That being said, load [your pwa](https://mbj36.github.io/community-app/#/), then open the `Application` tab in chrome's dev tools, and look at the `Cache Storage` section - your start_url (which does include the query string) is not being cached. You are caching `https://mbj36.github.io/community-app/index.html?_sw-precache=2297276cb767f82ac25b5730cab56b10`. While that resolves to the same page, that is not the same URL as far as the browser is concerned. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/591#issuecomment-319129646
Received on Monday, 31 July 2017 16:49:53 UTC