Re: [ServiceWorker] Replaying POST requests (#693)

> However, I agree that Request/Response should be able to go into IDB, as long as bodyUsed is false. Getting a request/response from IDB should always return an un-drained copy, as the cache API does.

I think we need fetch body stream fully spec'd and something like whatwg/streams#276 before that could be solved.  If the streamed body could be transferred, then in theory a structure clone for Request/Response could be defined.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/693#issuecomment-103518323

Received on Tuesday, 19 May 2015 14:20:41 UTC