Firefox's xhr fires progress events for gzipped content but not Chrome's. Looking to see if I can find a way round it.
Here's the little test service I wrote to stream out some gzipped content:
https://github.com/jimhigson/oboe.js/blob/master/test/stream...
Firefox's xhr fires progress events for gzipped content but not Chrome's. Looking to see if I can find a way round it.