tor-browser

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

registration-script-url.https.html (421B)


      1 <!DOCTYPE html>
      2 <title>Service Worker: Registration (scriptURL)</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="resources/test-helpers.sub.js"></script>
      6 <script src="resources/registration-tests-script-url.js"></script>
      7 <script>
      8 registration_tests_script_url((script, options) => navigator.serviceWorker.register(script, options));
      9 </script>