From 98303cf16d7493110b5afa07f4941ff67999c505 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Fri, 2 Feb 2024 14:44:29 +0000 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8cb0768..25ab8df 100644 --- a/index.html +++ b/index.html @@ -362,10 +362,10 @@

The PerformanceEntry interface

  1. Assert: entryType is defined in the entry type registry. -
  2. Set entry's startTime to startTime. -
  3. Set entry's entryType to entryType. -
  4. Set entry's name to name. -
  5. Set entry's endTime to endTime. +
  6. Initialize entry's startTime to startTime. +
  7. Initialize entry's entryType to entryType. +
  8. Initialize entry's name to name. +
  9. Initialize entry's endTime to endTime.