tor-browser

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

url-tojson.any.js (123B)


      1 test(() => {
      2  const a = new URL("https://example.com/")
      3  assert_equals(JSON.stringify(a), "\"https://example.com/\"")
      4 })