Re: [whatwg/xhr] Editorial: adopt Fetch's new approach to callbacks (#311)

@annevk commented on this pull request.



> @@ -825,7 +809,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
 
     <p class=note>These steps are only invoked when new bytes are transmitted.
 
-    <p>To <a>process request end-of-body</a> for <var>request</var>, run these steps:
+   <li>
+    <p>Let <var>processRequestEndOfBody</var>, given a <var>request</var>, be these steps:
 
     <ol>
      <li><p>Set <a>this</a>'s <a>upload complete flag</a>.

I see, I guess we can keep this as-is then. Thanks!

-- 
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/xhr/pull/311#discussion_r574282247

Received on Thursday, 11 February 2021 07:00:26 UTC