From e71c2ab62c5bb592e1a3ac4e5b87a380eede95e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:55:04 +0200 Subject: [PATCH] chore: tidy up index.html (#328) Co-authored-by: noamr --- index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 86f7422..a656902 100644 --- a/index.html +++ b/index.html @@ -686,8 +686,8 @@

  • Return this's response body info's [=response body - info/encoded size=] plus 300. + "PerformanceResourceTiming">response body info's [=response + body info/encoded size=] plus 300.

    The constant number added to `transferSize` replaces exposing the @@ -1062,7 +1062,8 @@

    To mark resource timing given a [=/fetch timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString |initiatorType| a global object |global|, a string - |cacheMode|, and a [=/response body info=] |bodyInfo|, perform the following steps: + |cacheMode|, and a [=/response body info=] |bodyInfo|, perform the + following steps:

    1. Create a PerformanceResourceTiming object |entry| in @@ -1070,7 +1071,8 @@

    2. Setup the resource timing entry for |entry|, given - |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and |bodyInfo|. + |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and + |bodyInfo|.
    3. To setup the resource timing entry for PerformanceResourceTiming |entry| given DOMString |initiatorType|, DOMString |requestedURL|, [=/fetch timing info=] - |timingInfo|, a DOMString |cacheMode|, and a [=response body info=] |bodyInfo|, - perform the following steps: + |timingInfo|, a DOMString |cacheMode|, and a [=response body info=] + |bodyInfo|, perform the following steps:

      1. Assert that |cacheMode| is the empty string or @@ -1102,8 +1104,9 @@

      2. Set |entry|'s timing info to |timingInfo|. -
      3. Set |entry|'s response body info - to |bodyInfo|. +
      4. +
      5. Set |entry|'s response + body info to |bodyInfo|.
      6. Set |entry|'s cache mode to |cacheMode|.