You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 theextract a body
return type and other relevant fields after #1392 lands.The text was updated successfully, but these errors were encountered: