The ReadableStream polyfill has different behaviour from Chrome's native ReadableStream when used as the first argument in a Response object from a ServiceWorker. The polyfill doesn't seem to work at all.
I'm working on a minimal way to reproduce the issue, but is there any obvious differences between the APIs that might explain this?