(crossOriginIsolatedCapability)
| 338 | |
| 339 | // https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time |
| 340 | function coarsenedSharedCurrentTime (crossOriginIsolatedCapability) { |
| 341 | return coarsenTime(performance.now(), crossOriginIsolatedCapability) |
| 342 | } |
| 343 | |
| 344 | // https://fetch.spec.whatwg.org/#create-an-opaque-timing-info |
| 345 | function createOpaqueTimingInfo (timingInfo) { |
no test coverage detected