- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 02 Aug 2016 02:20:35 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 2 August 2016 09:21:14 UTC
> @@ -1781,17 +1789,44 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/ > </li> > <li>Else: > <ol> > - <li>Let <var>potentialResponse</var> be a copy of <var>response</var>'s associated <a href="https://fetch.spec.whatwg.org/#concept-response-response">response</a>, except for its body.</li> > + <li>Let <var>bytes</var> be an empty byte sequence. > + <li>Let <var>end-of-body</var> be false. It's set when all data is pulled from _reader_. We need to run these subsubsteps until all data is pushed to _newStream_. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/pull/934/files/8f5e410f7619eb463ef8f452e3cfad924e436814#r73121844
Received on Tuesday, 2 August 2016 09:21:14 UTC