- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 17 Dec 2015 13:43:45 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 17 December 2015 21:44:12 UTC
> + </tr> > + <tr> > + <td>\[[underlyingByteSource]] > + <td>An object representation of the stream's underlying byte source > + </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 Let's call these "pull-into-buffer operations" --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/417/files#r47964514
Received on Thursday, 17 December 2015 21:44:12 UTC