tor-browser

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

historical.window.js (170B)


      1 test(() => {
      2  assert_false("showModalDialog" in window)
      3  assert_false("showModalDialog" in Window.prototype)
      4 }, "showModalDialog() has been removed from the platform")