Skip to content

Use "body with type" from #1392 throughout spec #1410

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

Closed
lucacasonato opened this issue Mar 10, 2022 · 0 comments · Fixed by #1439
Closed

Use "body with type" from #1392 throughout spec #1410

lucacasonato opened this issue Mar 10, 2022 · 0 comments · Fixed by #1439
Labels
clarification Standard could be clearer

Comments

@lucacasonato
Copy link
Member

Currently (safely) extract a body returns a mime type and a body. #1392 introduces a new tuple type for the combo of these two types. We should switch to using it for the extract a body return type and other relevant fields after #1392 lands.

@annevk annevk added the clarification Standard could be clearer label Mar 10, 2022
annevk pushed a commit that referenced this issue May 11, 2022
Previously multiple functions returned ad-hoc tuples of body + mime type. This commit consolidates all of these into a concrete "body with type" tuple.

Downstream: whatwg/xhr#349.

Closes #1410.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer
Development

Successfully merging a pull request may close this issue.

2 participants