diff --git a/source b/source index 15a207d656d..d079d42d650 100644 --- a/source +++ b/source @@ -2613,6 +2613,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • add a range header
  • +
  • + fetch timing info and its + associated: + +
  • The following terms are defined in Referrer Policy: Location { // but see also response -

    unsafe start time
    -
    a number, representing a value of the unsafe shared current time when the - navigation has started
    -
    uncommitted preloads
    null or a list of algorithms representing early preloaded links, to be committed once the Document has been created
    @@ -88539,8 +88543,6 @@ interface Location { // but see also
    request whose URL is resource.

    @@ -88672,24 +88674,11 @@ interface Location { // but see also
    -
    "no-prompt"
    -
    Do nothing.
    - -
    "confirm"
    -
    Set unsafeNavigationStartTime to the unsafe shared current - time.
    - -
    "refuse"
    -
    Return a new WebDriver BiDi navigation status whose id is navigationId and status is "canceled".
    - - +
  • If unloadPromptResult is "refuse", then return a new + WebDriver BiDi navigation status whose id is navigationId and status is "canceled".

  • Abort the active document of browsingContext.

  • @@ -88792,8 +88781,6 @@ interface Location { // but see also
    process response end of body is processResponseEndOfBody, unsafe start time is - unsafeNavigationStartTime, has cross-origin redirects is false, and uncommitted preloads is null.

    @@ -88855,8 +88842,6 @@ interface Location { // but see also
    process response end of body is processResponseEndOfBody, unsafe start time is - unsafeNavigationStartTime, has cross-origin redirects is false, and uncommitted preloads is null.

    @@ -88886,8 +88871,7 @@ interface Location { // but see also
    request whose URL's scheme @@ -88908,9 +88892,9 @@ interface Location { // but see also policy containers historyPolicyContainer and initiatorPolicyContainer, a boolean allowedToDownload, a boolean hasTransientActivation, an origin incumbentNavigationOrigin, a - history handling behavior historyHandling, + history handling behavior historyHandling, and processResponseEndOfBody, which is an algorithm accepting a response, and a number unsafeNavigationStartTime:

    + data-x="concept-response">response:

    1. Let response be null.

    2. @@ -89214,8 +89198,7 @@ interface Location { // but see also
      history handling is historyHandling, process response end of body is - processResponseEndOfBody, unsafe - start time is unsafeNavigationStartTime, + processResponseEndOfBody, has cross-origin redirects is hasCrossOriginRedirects, and uncommitted preloads is @@ -89701,11 +89684,9 @@ interface Location { // but see also unsafe start - time and document's relevant settings object's cross-origin isolated - capability.

      + navigation start time set to response's + timing info's + start time.

    3. Let document be a new Document, whose , reserved environment is null, process response end of body is - an algorithm that does nothing, unsafe start - time is the unsafe shared current time, and browsing context is browsingContext.