tor-browser

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

promise-job-incumbent-resolver.html (168B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Incumbent page used as a test helper</title>
      4 
      5 <script>
      6  window.runWhatYouGiveMe = (func) => {
      7    func();
      8  };
      9 </script>