- From: jgraham <notifications@github.com>
- Date: Tue, 09 Apr 2024 04:44:10 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 April 2024 11:44:13 UTC
@jgraham commented on this pull request. > @@ -2274,7 +2287,9 @@ is to return the result of <a>serializing a request origin</a> with <var>request <ol> <li><p>Let <var>newRequest</var> be a copy of <var>request</var>, except for its - <a for=request>body</a>. + <a for=request>body</a> and <a for=request>id</a>. + + <li><p>Set <var>newRequest</var>'s <a for=request>id</a> to a new unique string. It doesn't seem to be at the moment. I'd happily require a UUID here, but I feel like we don't quite have consensus on UUIDs everywhere yet. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1540#discussion_r1557497283 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1540/review/1988823789@github.com>
Received on Tuesday, 9 April 2024 11:44:13 UTC