tor-browser

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

basic.https.worker.js (152B)


      1 importScripts('/resources/testharness.js');
      2 
      3 test(() => {
      4  assert_false('fetchLater' in self);
      5 }, `fetchLater() is not supported in worker.`);
      6 done();