Re: [whatwg/fetch] How response bodies get from a service worker to the main page is not very clear (#330)

Another point:

We (Chrome) serialize the buffers to a C++ byte array and create Uint8Array objects from the byte array in the page. That means buffer's boundary is not preserved (i.e., buffers may be merged / split). As an implementer I would like the spec to allow us doing it.


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/330#issuecomment-231284354

Received on Friday, 8 July 2016 06:22:12 UTC