Fetch 4c93f891e1c0
Inline "finalize and report timing" As long as fetch callers pass in the necessary data through the request concept, they will not have to make additional calls to get timing reported accurately. Note that this does not work if callers want to use useParallelQueue. Downstream PRs: * https://github.com/whatwg/html/pull/7722 * https://github.com/whatwg/xhr/pull/347 * https://github.com/w3c/csswg-drafts/pull/7355 * https://github.com/w3c/beacon/pull/75 * https://github.com/w3c/resource-timing/pull/321 * https://github.com/w3c/navigation-timing/pull/1760 Closes #1208 and closes