Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /scheduler/task-signal-any-abort.tentative.any.html - WPT Dashboard Interop Dashboard
- /scheduler/task-signal-any-abort.tentative.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /scheduler/task-signal-any-abort.tentative.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /scheduler/task-signal-any-abort.tentative.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,worker
// META: script=../dom/abort/resources/abort-signal-any-tests.js
abortSignalAnySignalOnlyTests(TaskSignal);
abortSignalAnyTests(TaskSignal, AbortController);
abortSignalAnyTests(TaskSignal, TaskController);