Re: [whatwg/fetch] Define the "Preload Cache" (#590)

I added a test that shows the problem [here](https://github.com/web-platform-tests/wpt/pull/30981).

For a response that returns an integer that increments with each request, fetch (after preload) would return different values for the second request in Firefox (0), Chrome (1) and Safari (2).

I believe that one of the goals of this effort is to make sure we can set the expected results for that test (which are currently not specified) :)

-- 
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/issues/590#issuecomment-927916568

Received on Monday, 27 September 2021 14:14:36 UTC