Re: [w3c/ServiceWorker] Should we specify behavior for using objects from detached contexts? (#1221)

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