- From: Ben Kelly <notifications@github.com>
- Date: Wed, 30 Aug 2017 08:25:46 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 15:26:09 UTC
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