tor-browser

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

1902555.html (284B)


      1 <script>
      2 let buf = new ArrayBuffer(189)
      3 // Those parameters can cause overflow
      4 let data = new AudioData({
      5  "format": "f32",
      6  "sampleRate": 1.6214075570289102,
      7  "numberOfFrames": 1000,
      8  "numberOfChannels": 2147483648,
      9  "timestamp": 0.8185515075055866,
     10  "data": buf,
     11 })
     12 </script>