tor-browser

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

1864475.html (388B)


      1 <!DOCTYPE html>
      2 <script>
      3  document.addEventListener('DOMContentLoaded', async () => {
      4    const buffer = new ArrayBuffer(26838)
      5    const array = new Uint8ClampedArray(buffer)
      6    const frame = new VideoFrame(array, {
      7      'format': 'I420A',
      8      'codedWidth': 192,
      9      'codedHeight': 2,
     10      'timestamp': 14.19024535832334,
     11    })
     12    await frame.copyTo(buffer, {})
     13  })
     14 </script>