- From: Julian Descottes <notifications@github.com>
- Date: Tue, 06 Jan 2026 23:20:49 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 January 2026 07:20:53 UTC
@juliandescottes commented on this pull request. > @@ -6790,8 +6835,9 @@ populates the <a>CORS-preflight cache</a> to minimize the number of these <a for=request>origin</a> is <var>request</var>'s <a for=request>origin</a>, <a for=request>referrer</a> is <var>request</var>'s <a for=request>referrer</a>, <a for=request>referrer policy</a> is <var>request</var>'s <a for=request>referrer policy</a>, - <a for=request>mode</a> is "<code>cors</code>", and - <a for=request>response tainting</a> is "<code>cors</code>". + <a for=request>mode</a> is "<code>cors</code>", + <a for=request>response tainting</a> is "<code>cors</code>", and + <a for=request>WebDriver id</a> is <var>request</var>'s <a for=request>WebDriver id</a>. Here I am not sure how to exactly specify that the new request should reuse the WebDriver id from the original request? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1860#pullrequestreview-3633640164 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1860/review/3633640164@github.com>
Received on Wednesday, 7 January 2026 07:20:53 UTC