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

Function coarsenTime

deps/undici/src/lib/web/fetch/util.js:311–314  ·  view source on GitHub ↗
(timestamp, crossOriginIsolatedCapability)

Source from the content-addressed store, hash-verified

309
310// https://w3c.github.io/hr-time/#dfn-coarsen-time
311function coarsenTime (timestamp, crossOriginIsolatedCapability) {
312 // TODO
313 return timestamp
314}
315
316// https://fetch.spec.whatwg.org/#clamp-and-coarsen-connection-timing-info
317function clampAndCoarsenConnectionTimingInfo (connectionTimingInfo, defaultStartTime, crossOriginIsolatedCapability) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected