Re: [ServiceWorker] Receivers of ranged responses must ensure all ranges come from the same underlying resource (#703)

One thing that might be interesting is that some media fomats might have
trailing checksums or something like that, which we could use to read data
crossorigin byte by byte (by making 256 requests per byte - where each
payload is only valid for a checksum with the last byte being what we
check).

This might be easier on compression formats too (we just define a byte
sequence to be a sequence in a Huffman table, maybe).


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

Received on Saturday, 13 June 2015 05:46:54 UTC