[whatwg/fetch] When response comes from a worker, some of the timing-info should pass through (#1208)

Right now when the response comes from a worker, it comes with timing info, however FETCH later overrides the timing info with the timing info of the fetch, which would lose some information. Some of the info such as  the connection info should come from the pass-through response, while other information such as the start time should come from the original request.

-- 
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/1208

Received on Thursday, 1 April 2021 14:20:56 UTC