()
| 14383 | timingInfo.finalNetworkRequestStartTime = coarsenedSharedCurrentTime(fetchParams.crossOriginIsolatedCapability); |
| 14384 | }, |
| 14385 | onResponseStarted() { |
| 14386 | timingInfo.finalNetworkResponseStartTime = coarsenedSharedCurrentTime(fetchParams.crossOriginIsolatedCapability); |
| 14387 | }, |
| 14388 | onResponseStart(controller, status, headers, statusText) { |
| 14389 | if (status < 200) { |
| 14390 | return; |
nothing calls this directly
no test coverage detected