- From: Jungkee Song <notifications@github.com>
- Date: Thu, 01 Feb 2018 10:21:38 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 February 2018 10:22:05 UTC
It seems shared workers handle only the errors that the script fetching fails or the caller of the constructor is a non-secure context. That is, they ignore other runtime script errors. I think we can add the runtime script errors section in Run Service Worker that just goes up to (and not firing `error` to `ServiceWorker`): > If the error is still not handled afterwards, the error may be reported to a developer console. and stop including `AbstractWorker`. -- 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/1268#issuecomment-362222131
Received on Thursday, 1 February 2018 10:22:05 UTC