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
The fetch spec doesn't seem to allow reading the response before the full request body has been transmitted. We are in violation with the spec here since we do allow this. Also we allow aborting the request body if the full response body has been read.
I think we should probably keep our current behavior. There doesn't seem any specific reason to why the fetch spec wouldn't allow it other than lack of resources. Just needs to add a section in docs describing it.
The fetch spec doesn't seem to allow reading the response before the full request body has been transmitted. We are in violation with the spec here since we do allow this. Also we allow aborting the request body if the full response body has been read.
I think we should probably keep our current behavior. There doesn't seem any specific reason to why the fetch spec wouldn't allow it other than lack of resources. Just needs to add a section in docs describing it.
Refs: whatwg/fetch#1254
The text was updated successfully, but these errors were encountered: