- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 17 Dec 2015 21:42:04 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 18 December 2015 05:42:33 UTC
> + </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 > + </tr> > + <tr> > + <td>\[[totalQueuedBytes]] > + <td>An integer representing the number of bytes queued > + </tr> > + <tr> > + <td>\[[closeRequested]] > + <td>A boolean flag indicating whether the stream has been closed by its underlying byte source, but still has Done --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/417/files#r47996199
Received on Friday, 18 December 2015 05:42:33 UTC