Skip to content

Conversation

annevk
Copy link
Member

@annevk annevk commented Feb 19, 2021

This simplifies some wording introduced in #425 and aligns it with the recently introduced cloning for service workers.

Fixes #1176.


Preview | Diff

This simplifies some wording introduced in #425 and aligns it with the recently introduced cloning for service workers.

Fixes #1176.
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I fully understand this; perhaps @yutakahirano would be a better reviewer?

fetch.bs Outdated
<p class=note>Implementations are encouraged to avoid teeing <var>request</var>'s
<a for=request>body</a>'s <a for=body>stream</a> when <var>request</var>'s
<a for=request>body</a>'s <a for=body>source</a> is null as only a single body is needed in
that case. That is, when <var>request</var>'s <a for=request>body</a>'s <a for=body>source</a>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe s/That is/e.g.,/ as we are getting more such examples, such as 421.

Copy link
Member

@yutakahirano yutakahirano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@annevk annevk merged commit 0f29092 into main Feb 24, 2021
@annevk annevk deleted the annevk/body-streams branch February 24, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

HTTP-network-or-cache fetch request cloning
3 participants