MCPcopy Create free account
hub / github.com/nodejs/node / coarsenedSharedCurrentTime

Function coarsenedSharedCurrentTime

deps/undici/undici.js:5427–5429  ·  view source on GitHub ↗
(crossOriginIsolatedCapability)

Source from the content-addressed store, hash-verified

5425 }
5426 __name(clampAndCoarsenConnectionTimingInfo, "clampAndCoarsenConnectionTimingInfo");
5427 function coarsenedSharedCurrentTime(crossOriginIsolatedCapability) {
5428 return coarsenTime(performance2.now(), crossOriginIsolatedCapability);
5429 }
5430 __name(coarsenedSharedCurrentTime, "coarsenedSharedCurrentTime");
5431 function createOpaqueTimingInfo(timingInfo) {
5432 return {

Callers 5

finalizeAndReportTimingFunction · 0.70
fetchingFunction · 0.70
httpRedirectFetchFunction · 0.70
onRequestStartFunction · 0.70
onResponseStartedFunction · 0.70

Calls 2

nowMethod · 0.80
coarsenTimeFunction · 0.70

Tested by

no test coverage detected