tor-browser

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

in-scope-test.js (160B)


      1 // Testing that the resolution is correct using `resolve`, as you can't import
      2 // the same module twice.
      3 window.inscope_test_result = import.meta.resolve("a");