tor-browser

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

xhr-in-sharedworker.html (285B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Base URL in classic shared workers: XHR</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script>
      7 fetch_tests_from_worker(new SharedWorker("../beta/xhr-worker.py"));
      8 </script>