Re: [whatwg/fetch] Add abstractions for creating Request and Response objects (#1157)

@jakearchibald commented on this pull request.



> @@ -5938,6 +5938,25 @@ initially a new {{AbortSignal}} object.
 
 <hr>
 
+<p>To
+<dfn export lt="create a Request object|creating a Request object">create a <code>Request</code> object</dfn>,
+given a <a for=/>request</a> <var>request</var> and header guard <var>guard</var>, run these steps:

Huh, I didn't know it was wrong to do that (given there's no `this` use in the definition).

-- 
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/pull/1157#discussion_r567837549

Received on Monday, 1 February 2021 13:48:49 UTC