tor-browser

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

1813284-1.html (184B)


      1 <script>
      2  // This test allocates >= 4GB of memory even if it succeeds.
      3  let a = new ArrayBuffer(4294967296)
      4  let b = new Uint32Array(a)
      5  self.indexedDB.cmp(b, undefined)
      6 </script>