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

@annevk 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:

Unfortunately this is wrong as guard is a member of an object and not a standalone concept. I could make it a standalone concept so it could be used as type here though. Maybe that's worth it.

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

Received on Monday, 1 February 2021 13:41:33 UTC