- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 11 Jun 2015 13:22:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 11 June 2015 20:23:26 UTC
> <td>\[[controlledReadableByteStream]] > <td>The <code>ReadableByteStream</code> instance controlled > </tr> > + <tr> > + <td>\[[pendingViews]] > + <td>A List of objects implementing the ArrayBufferView type provided by the consumer via > + <code>ReadableByteStreamByobReader</code>; used only when the provided underlying byte source doesn't have the > + "pullInto" method. > + </tr> > + <tr> > + <td>\[[queue]] > + <td>A List representing the stream's internal queue of pending writes Also not quite accurate --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/361/files#r32263794
Received on Thursday, 11 June 2015 20:23:26 UTC