- From: Martin Thomson <notifications@github.com>
- Date: Wed, 08 Jun 2016 19:09:19 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc:
Received on Thursday, 9 June 2016 02:09:53 UTC
This prevents a poisonous push message from being retried indefinitely. Well, by the push service at least. I've included a note about soft update, which I think offers the SW a hope of correcting a problem. If it were up to me, I would soft update after the first failure, soft update with the force bypass cache flag set after the second failure, and acknowledge on the third. You can view, comment on, or merge this pull request online at: https://github.com/w3c/push-api/pull/196 -- Commit Summary -- * The user agent should be permitted to acknowledge even if the SW rejects -- File Changes -- M index.html (29) -- Patch Links -- https://github.com/w3c/push-api/pull/196.patch https://github.com/w3c/push-api/pull/196.diff --- 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/push-api/pull/196
Received on Thursday, 9 June 2016 02:09:53 UTC