- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 30 Apr 2015 07:54:00 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 30 April 2015 14:54:27 UTC
> +
> +<h3 id="rbs-class">Class <code>ReadableByteStream</code></h3>
> +
> +<h4 id="rbs-class-definition">Class Definition</h4>
> +
> +<em>This section is non-normative.</em>
> +
> +If one were to write the <code>ReadableByteStream</code> class in something close to the syntax of [[!ECMASCRIPT]], it
> +would look like
> +
> +<pre><code class="lang-javascript">
> + class ReadableByteStream {
> + constructor(underlyingByteSource = {})
> +
> + cancel(reason)
> + getReader()
Without getByobReader() or similar, I don't think we can satisfy MSE :-/.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/343/files#r29436207
Received on Thursday, 30 April 2015 14:54:27 UTC