- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 17 Dec 2015 21:33:28 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 18 December 2015 05:33:55 UTC
> +Instances of <code>ReadableByteStreamController</code> are created with the internal slots described in the following table: > + > +<table> > + <thead> > + <tr> > + <th>Internal Slot</th> > + <th>Description (<em>non-normative</em>)</th> > + </tr> > + </thead> > + <tr> > + <td>\[[controlledReadableByteStream]] > + <td>The <a href="#rbs-class"><code>ReadableByteStream</code></a> instance controlled > + </tr> > + <tr> > + <td>\[[underlyingByteSource]] > + <td>An object representation of the stream's underlying byte source Done --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/417/files#r47995888
Received on Friday, 18 December 2015 05:33:55 UTC