tor-browser

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

historical.https.any.js (152B)


      1 // META: global=serviceworker
      2 
      3 test((t) => {
      4  assert_false('targetClientId' in FetchEvent.prototype)
      5 }, 'targetClientId should not be on FetchEvent');