tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

timeout-shadowrealm.any.js (201B)


      1 // META: global=shadowrealm
      2 
      3 test(t => {
      4  assert_not_own_property(AbortSignal, "timeout", "AbortSignal does not have a 'timeout' property");
      5 }, "AbortSignal.timeout() is not exposed in ShadowRealm");