tor-browser

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

no-dynamic-import-in-module.any.js (243B)


      1 // META: global=serviceworker-module
      2 
      3 // This is imported to ensure import('./basic-module-2.js') fails even if
      4 // it has been previously statically imported.
      5 import './resources/basic-module-2.js';
      6 
      7 import './resources/no-dynamic-import.js';