tor-browser

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

out-of-scope-test.js (248B)


      1 // Testing that the resolution is correct using `resolve`, as you can't import
      2 // the same module twice.
      3 window.outscope_test_result = import.meta.resolve("a");
      4 window.outscope_test_result2 = import.meta.resolve("../resources/log.sub.js?name=E");