tor-browser

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

proper-realm-cancel.js (191B)


      1 // This test passes if we don't have a CCW assertion.
      2 var g = newGlobal();
      3 var ccwCancelMethod = new g.Function("return 17;");
      4 
      5 new ReadableStream({ cancel: ccwCancelMethod }).cancel("bye");