tor-browser

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

constructors-support.html (223B)


      1 <!DOCTYPE html>
      2 <script>
      3 window.badNewTarget = function() {};
      4 badNewTarget.prototype = 8;
      5 
      6 window.DOMParserSubclass = class extends DOMParser {}
      7 window.ForeignDOMParserSubclass = class extends parent.DOMParser {}
      8 </script>