From 97954003cc87b664768918173e8d00f6df35e04f Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 21 Aug 2022 19:16:42 +0100 Subject: feat: `queueMicrotask()` error handling (#15522) Adds error event dispatching for queueMicrotask(). Consequently unhandled errors are now reported with Deno.core.terminate(), which is immune to the existing quirk with plainly thrown errors (#14158). --- tools/wpt/expectation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 813abbbba..39fe59515 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3615,7 +3615,7 @@ "type-long-settimeout.any.worker.html": true }, "microtask-queuing": { - "queue-microtask-exceptions.any.html": false, + "queue-microtask-exceptions.any.html": true, "queue-microtask.any.html": true, "queue-microtask.any.worker.html": true }, @@ -4610,4 +4610,4 @@ "idlharness.https.any.worker.html": true, "idlharness-shadowrealm.window.html": false } -} \ No newline at end of file +} -- cgit v1.2.3