Re: [w3c/manifest] Add id member to manifest (#988)

@marcoscaceres commented on this pull request.



> @@ -1210,6 +1300,16 @@ <h3>
             Updating the manifest
           </h3>
           <aside class="issue" data-number="446"></aside>
+          <p>
+            User agents MAY, at any time, re-fetch and update a manifest for an

Thinking about this some more, the manifest should be re-fetched on every page load, like any other linked resource. If changes are detected, then the manifest should be re-applied and significant changes flagged to the end-user.

We need to better handle what happens when the ID changes. Also, we need to handle what happens if a manifest is in use, but the new manifest is parsed and it fails. 

-- 
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/pull/988#pullrequestreview-724961514

Received on Monday, 9 August 2021 01:24:10 UTC