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>.

When this runs, this is undefined. Does this mean we basically have to do that = this before these kind of things? @domenic 

This is an existing issue that I think should be addressed in a follow-up, but wanted to raise it here as I noticed it when writing this.

-- 
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#pullrequestreview-587797771

Received on Wednesday, 10 February 2021 16:25:19 UTC