#121: ReadableStreams (specs: Streams, Fetch)
Discussions
Comment by @torgo Apr 28, 2017 (See Github)
Discussed and agreed that we should close this. We had no relevant comments.
Discussed and agreed that we should close this. We had no relevant comments.
OpenedMay 13, 2016
Streams spec: https://streams.spec.whatwg.org/
PR merged to Fetch spec: https://github.com/whatwg/fetch/commit/4924f6d6a2b9cdbdadffc1885141542311bda986
Scope of interest In particular, the scope we are interested in at the moment is about ReadableStream:
Motivation The ability to create a Response backed by a ReadableStream is extremely powerful in the context of ServiceWorker as it allows SW-controlled pages to stream data to greatly improve the Loading user experience. Concretely, the renderer of the page can parse and render the chunks as soon as they arrive, and therefore rendering latency is reduced. This is important for Progressive Web Apps that want to compose cached content with content fetched over the network.