- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 04 Jan 2016 19:34:56 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 5 January 2016 03:35:27 UTC
> + </tr> > + <tr> > + <td>\[[pullAgain]] > + <td>A boolean flag indicating that pulling from the underlying byte source should be made once again > + </tr> > + <tr> > + <td>\[[pulling]] > + <td>A boolean flag indicating that the underlying byte source is currently being pulled > + </tr> > + <tr> > + <td>\[[pendingPullIntos]] > + <td>A List representing the stream's internal queue of pending pullInto operations > + </tr> > + <tr> > + <td>\[[queue]] > + <td>A List representing the stream's internal queue of chunks Got it --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/417/files#r48809872
Received on Tuesday, 5 January 2016 03:35:27 UTC