Re: [streams] Finalize pull/pullInto behavior (#423)

So just to be clear,

> Plan taken in the PR

is in the PR, but you think it is not quite right, and 

> Invocation timing and repetition

is the proposed fix? Assuming that, I am still pretty confused...

> pull is required when the current call stack contains any pull/pullInto

I am not sure exactly what this means...

> pull/pullInto invocation code is in (or followed by) a while loop

This basically means, once a pull happens, you keep doing pull until desiredSize = 0? And, once a pullInto happens, you keep doing pullInto until .... when?

> How about this?

Hmm what is the advantage of byobRequest over an argument?

> I'd like to revisit this point too.

What would you like to revisit about it?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/423#issuecomment-172123295

Received on Friday, 15 January 2016 23:14:29 UTC