From f930e112d2ded0ef6f991b216ba8f796676041db Mon Sep 17 00:00:00 2001 From: Andy Davies Date: Tue, 10 Dec 2024 17:36:40 +0000 Subject: [PATCH] Remove duplicate observer registration in intial usage example --- index.bs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.bs b/index.bs index ef4f74c..7db0e89 100644 --- a/index.bs +++ b/index.bs @@ -106,10 +106,6 @@ Usage Example {#example} // ... } }); - // Register observer for previous and future long task notifications. - observer.observe({type: "long-animation-frame", buffered: true}); - // Long script execution after this will result in queueing - // and receiving "long-animation-frame" entries in the observer. // Register observer for previous and future long animation frame notifications. // After this, long periods where the main thread is busy will result in queueing