From 36ad06db4627af8d82b8b3bfaa46725f71af1b70 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 6 Oct 2023 17:37:31 +0200 Subject: [PATCH] Perform a microtask checkpoint only after a task This further highlights the brokenness of "await a stable state". Tackling that fully is tracked by #2882. Fixes #7845. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index c99f8d6004d..edcd2a59e97 100644 --- a/source +++ b/source @@ -106882,11 +106882,11 @@ import "https://example.com/foo/../module2.mjs";
  • Set the event loop's currently running task back to null.

  • + +
  • Perform a microtask checkpoint.

  • -
  • Perform a microtask checkpoint.

  • -
  • Let hasARenderingOpportunity be false.

  • Let now be the unsafe shared current time. HRT