tor-browser

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

registration-scope.https.html (407B)


      1 <!DOCTYPE html>
      2 <title>Service Worker: Registration (scope)</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-scope.js"></script>
      7 <script>
      8 registration_tests_scope((script, options) => navigator.serviceWorker.register(script, options));
      9 </script>