tor-browser

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

1764222.html (281B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script>
      4  // This can't be in WPT because of bug 1766711.
      5  let a = new AbortController()
      6  a.abort()
      7  let b = new File(['ó ¬—a'], 'a', {})
      8  let c = new WritableStream()
      9  b.stream().tee()[0].pipeTo(c, { 'signal': a.signal })
     10 </script>