Re: [whatwg/fetch] Add more parameters to "obtain a connection" (#1171)

@yoichio commented on this pull request.



> @@ -2127,12 +2133,24 @@ identified by a <b>key</b> (a <a>network partition key</a>), an <b>origin</b> (a
 <a for=/>origin</a>), and <b>credentials</b> (a boolean).
 
 <p>To <dfn export id=concept-connection-obtain>obtain a connection</dfn>, given a <var>key</var>,
-<var>origin</var>, and <var>credentials</var>, run these steps:
+<var>origin</var>, <var>credentials</var>, optionally <var>forHTTP3</var> (a boolean, false by
+default), and optionally <var>sharable</var> (a boolean, true by default), run these steps:

I see.  I'm O.K. as first-come-first-out.

-- 
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/1171#discussion_r578159488

Received on Thursday, 18 February 2021 06:21:24 UTC