Re: [w3c/ServiceWorker] What happens to the request body if the fetch isn't handled? (#1191)

Actually, doesn't it kind of have to be a clone?  The original `Request` may live on the main thread while the `FetchEvent.request` lives on the worker thread.  Any `Request.body` is going to have to have been transferred across the thread boundary.

-- 
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/1191#issuecomment-326026416

Received on Wednesday, 30 August 2017 15:26:09 UTC