Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/abort/timeout-shadowrealm.any.shadowrealm-in-dedicatedworker.html - WPT Dashboard Interop Dashboard
- /dom/abort/timeout-shadowrealm.any.shadowrealm-in-shadowrealm.html - WPT Dashboard Interop Dashboard
- /dom/abort/timeout-shadowrealm.any.shadowrealm-in-sharedworker.html - WPT Dashboard Interop Dashboard
- /dom/abort/timeout-shadowrealm.any.shadowrealm-in-window.html - WPT Dashboard Interop Dashboard
- /dom/abort/timeout-shadowrealm.https.any.shadowrealm-in-audioworklet.html - WPT Dashboard Interop Dashboard
- /dom/abort/timeout-shadowrealm.https.any.shadowrealm-in-serviceworker.html - WPT Dashboard Interop Dashboard
// META: global=shadowrealm
test(t => {
assert_not_own_property(AbortSignal, "timeout", "AbortSignal does not have a 'timeout' property");
}, "AbortSignal.timeout() is not exposed in ShadowRealm");