[w3c/ServiceWorker] respondWith is not implementable as written (#1168)

https://w3c.github.io/ServiceWorker/v1/#fetch-event-respondwith step 10.3.1.2.5.1 calls https://fetch.spec.whatwg.org/#concept-get-reader which calls https://streams.spec.whatwg.org/#acquire-readable-stream-reader

This last expects to be called in the usual ES way, with a current Realm and whatnot.  But the above-cited step is running "in parallel", and hence has no current Realm.

-- 
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/1168

Received on Wednesday, 19 July 2017 20:01:23 UTC