Does node have something similar to https://w3c.github.io/resource-timing/#dfn-mark-resource-timing which would make sense to report fetch info to?
|
markResourceTiming(timingInfo, originalURL, initiatorType, global, cacheState) |
|
} |
|
|
|
// https://w3c.github.io/resource-timing/#dfn-mark-resource-timing |
|
function markResourceTiming () { |
|
// TODO |
|
} |
@nodejs/diagnostics @addaleax @jasnell
Does node have something similar to https://w3c.github.io/resource-timing/#dfn-mark-resource-timing which would make sense to report fetch info to?
undici/lib/fetch/index.js
Lines 207 to 213 in 3d2dbc7
@nodejs/diagnostics @addaleax @jasnell