Re: [ServiceWorker] FetchEvent.respondWith does something weird with the body of a response (#850)

> Yeah, that sounds reasonable. (And would indeed map to some kind of structured clone operation in an all-JavaScript-world.)

Except that "cloning" implies that the original object is still usable.  This is consuming the original object.  Maybe I'm splitting hairs, but I think its an important distinction and differs from what structured cloning normally does AFAIK.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/850#issuecomment-197974888

Received on Thursday, 17 March 2016 17:02:45 UTC