- From: Ben Kelly <notifications@github.com>
- Date: Tue, 06 Feb 2018 18:17:42 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 6 February 2018 18:18:05 UTC
Thanks for landing the test. It seems it touches on a somewhat contentious bit of the promise spec, though. Apparently chrome calls resolve()/reject() callbacks when the promise's owning global is detached, but firefox does not. This make the check for promise rejection timeout in firefox: https://github.com/w3c/web-platform-tests/blob/master/service-workers/service-worker/detached-context.https.html#L44 @mattto Would you be ok if we loosened this part of the check somehow? -- 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/1221#issuecomment-363515314
Received on Tuesday, 6 February 2018 18:18:05 UTC