[whatwg/fetch] Consider renaming processRequestBody (#1320)

processRequestBodyChunk or even processRequestBodyChunkSize would be more representative and either of those would make it clear it's different from processResponseBody, which is only invoked once and is actually passed a response.

Thanks to Tab for making me realize this.

Marking this as a good first issue as it is somewhat straightforward to rename this in various places, but note that this will also require a change to XMLHttpRequest (https://github.com/whatwg/xhr).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1320

Received on Wednesday, 6 October 2021 13:54:37 UTC