tor-browser

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

usb.serviceworker.https.html (382B)


      1 <!DOCTYPE html>
      2 <script src="/resources/testharness.js"></script>
      3 <script src="/resources/testharnessreport.js"></script>
      4 <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
      5 <div id="log"></div>
      6 <script>
      7 'use strict';
      8 
      9 service_worker_test('/webusb/usb.serviceworker.js',
     10    'Ensure that WebUSB is inaccessible from a service worker.');
     11 
     12 </script>