diff --git a/index.html b/index.html index 1334a6c..a855a20 100644 --- a/index.html +++ b/index.html @@ -696,7 +696,7 @@

Processing Model

  • Record the initiator of the resource in initiatorType.
  • -
  • Record the resolved URL of the requested resource in name. If there is an active worker ([[!SERVICE-WORKERS]]) matching the current browsing or worker context's, immediately before the user agent runs the worker record the time as workerStart, or if the worker is available, immediately before the event named `fetch` is fired at the active worker record the time as workerStart. Otherwise, if workerStart attribute is supported but there is no matching service worker registration, set the value to zero.
  • +
  • Record the resolved URL of the requested resource in name. If there is an active worker ([[!SERVICE-WORKERS]]) matching the current browsing or worker context's, immediately before the user agent runs the worker record the time as workerStart, or if the worker is available, immediately before the event named `fetch` is fired at the active worker record the time as workerStart. Otherwise, if workerStart attribute is supported but there is no matching service worker registration, set workerStart value to zero.
  • Immediately before a user agent starts the fetching process, record the current time as fetchStart. Let domainLookupStart, domainLookupEnd, connectStart and connectEnd be the same value as fetchStart.