tor-browser

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

can-make-payment-event-constructor.https.worker.js (183B)


      1 importScripts('/resources/testharness.js');
      2 
      3 test(() => {
      4  assert_false('CanMakePaymentEvent' in self);
      5 }, 'CanMakePaymentEvent constructor must not be exposed in worker');
      6 
      7 done();