tor-browser

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

incrementer-iframe.html (236B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>A test page that messes with a given SharedArrayBuffer</title>
      4 <script src="test-incrementer.js"></script>
      5 
      6 <script>
      7 "use strict";
      8 
      9 setupDestinationIncrementer(self, parent, "*");
     10 </script>