tor-browser

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

incrementer-iframe-failure.html (190B)


      1 <title>A test page that is sent a WebAssembly Module cross-origin cannot receive it</title>
      2 
      3 <script>
      4 self.onmessageerror = () => parent.postMessage('messageerror received', "*");
      5 </script>