From c75a9f5a828da8aa7b9aabfb83ae94460ac1f36f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:18:37 +0100 Subject: [PATCH] chore: tidy up index.html (#384) Co-authored-by: noamr --- index.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 5b56d67..4e2decf 100644 --- a/index.html +++ b/index.html @@ -845,8 +845,8 @@

- To add a PerformanceResourceTiming entry new entry into the - add a PerformanceResourceTiming entry new entry + into the performance entry buffer, run the following steps:

@@ -1128,7 +1128,6 @@

  • Create a PerformanceResourceTiming object |entry| in |global|'s [=global object/realm=].
  • -
  • Setup the resource timing entry for |entry|, given |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, @@ -1158,14 +1157,14 @@

  • Assert that |cacheMode| is the empty string, "local", or "validated".
  • - -
  • Let |global| be |entry|'s [=relevant global object=].
  • - -
  • [=initialize a PerformanceEntry|Initialize=] |entry| given - the result of converting |timingInfo|'s - [=fetch timing info/start time=] given |global|, "resource", - |requestedURL|, and the result of converting - |timingInfo|'s [=fetch timing info/end time=] given |global|. +
  • Let |global| be |entry|'s [=relevant global object=]. +
  • +
  • [=initialize a PerformanceEntry|Initialize=] |entry| given the + result of converting + |timingInfo|'s [=fetch timing info/start time=] given |global|, + "resource", |requestedURL|, and the result of + converting |timingInfo|'s + [=fetch timing info/end time=] given |global|.
  • Set |entry|'s initiator type to |initiatorType|.