-
-
Notifications
You must be signed in to change notification settings - Fork 712
Closed
Labels
Description
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?
Lines 207 to 213 in 3d2dbc7
| markResourceTiming(timingInfo, originalURL, initiatorType, global, cacheState) | |
| } | |
| // https://w3c.github.io/resource-timing/#dfn-mark-resource-timing | |
| function markResourceTiming () { | |
| // TODO | |
| } |
Reactions are currently unavailable