- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 07 Sep 2015 04:26:46 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 11:27:20 UTC
> +<var title>pull</var> action and <var title>cancel</var> action, all of which are optional, run > +these steps: > + > +<ol> > + <li><p>Let <var title>init</var> be a new object. > + <li><p>Set <var title>init</var>["pull"] to a function that runs <var title>pull</var> if > + <var title>pull</var> is given. > + <li><p>Set <var title>init</var>["cancel"] to a function that runs <var title>cancel</var> if > + <var title>cancel</var> is given. > + <li><p>Set <var title>init</var>["strategy"] to <var title>strategy</var> if > + <var title>strategy</var> is given. > + <li><p>Set <var title>init</var> be the result of calling the initial value of > + <span title=concept-ReadableStream>ReadableStream</span> as constructor with > + <var title>init</var> as an argument. Rethrow any exceptions. > + <li><p>Return <var title>stream</var>. > +</ol></p> Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38854598
Received on Monday, 7 September 2015 11:27:20 UTC