From 39223f709bcb86069f3aa8eab7a4be80304128e6 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Mon, 13 Nov 2023 09:04:11 +0900 Subject: feat(ext/web): add `AbortSignal.any()` (#21087) Fixes #18944 --- tools/wpt/expectation.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4b01f0c00..fc5870f62 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2302,7 +2302,9 @@ "AbortSignal.any.html": true, "AbortSignal.any.worker.html": true, "event.any.html": true, - "event.any.worker.html": true + "event.any.worker.html": true, + "abort-signal-any.any.html": true, + "abort-signal-any.any.worker.html": true }, "events": { "AddEventListenerOptions-once.any.html": true, @@ -2364,7 +2366,6 @@ "EventTarget interface: operation addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))", "EventTarget interface: operation removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))", "AbortController interface: operation abort(optional any)", - "AbortSignal interface: operation any(sequence)", "AbortSignal interface: attribute onabort", "NodeList interface: existence and properties of interface object", "NodeList interface object length", -- cgit v1.2.3