Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to changes in Streams #1044

Merged
merged 4 commits into from Jul 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions fetch.bs
Expand Up @@ -98,7 +98,6 @@ url:https://tools.ietf.org/html/draft-ietf-httpbis-header-structure#section-4.2;
<pre class=link-defaults>
spec:infra; type:dfn; text:string
spec:streams; type:interface; text:ReadableStream
spec:webidl; type:dfn; text:resolve
</pre>


Expand Down Expand Up @@ -2404,7 +2403,7 @@ from a {{ReadableStream}} object with <var>reader</var>, run these steps:
<dt><a for="read request">close steps</a>
<dd>
<ol>
<li><p><a>Resolve</a> <var>promise</var> with <var>bytes</var>.</p></li>
<li><p><a for=/>Resolve</a> <var>promise</var> with <var>bytes</var>.</p></li>
</ol>

<dt><a for="read request">error steps</a>, given <var>e</var>
Expand Down