Re: [w3c/ServiceWorker] Process the events reliably with retries (#1352)

I don't think that really works with the event model as the dispatch caller is not supposed to record exceptions (we have one legacy exception to this rule for Indexed DB, but it should not spread around), and even if one listener did raise an exception, another could still do whatever is needed.

-- 
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/ServiceWorker/issues/1352#issuecomment-419360348

Received on Friday, 7 September 2018 08:14:53 UTC