- From: Jan-Ivar Bruaroey <notifications@github.com>
- Date: Tue, 02 Mar 2021 16:15:50 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 March 2021 00:16:03 UTC
@jan-ivar commented on this pull request. > @@ -2127,12 +2145,25 @@ 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>, an optional boolean +<dfn export for=obtain-a-connection><var>forHTTP3</var></dfn> (default: false), and an optional +boolean <dfn export for=obtain-a-connection><var>sharable</var></dfn> (default: true), run these ```suggestion boolean <dfn export for=obtain-a-connection><var>shareable</var></dfn> (default: true), run these ``` -- 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#pullrequestreview-602390671
Received on Wednesday, 3 March 2021 00:16:03 UTC