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

Editorial: Amend body reading to use no-promise version #1569

Merged
merged 22 commits into from Dec 22, 2022
Merged
3 changes: 2 additions & 1 deletion fetch.bs
Expand Up @@ -6970,7 +6970,8 @@ the associated steps:
<var>object</var>'s <a for=Body>MIME type</a>.

<li><p>If <var>object</var>'s <a for=Body>body</a> is null, then return
the result of executing <var>packageSteps</var> given an empty <a for=/>byte sequence</a>.
<a>a promise resolved with</a> the result of running <var>packageSteps</var> given an empty
<a for=/>byte sequence</a>.

<li><p>Set <var>promise</var> to <a>a new promise</a>.

Expand Down