tor-browser

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

historical-serviceworker.js (167B)


      1 importScripts('/resources/testharness.js');
      2 
      3 test(() => {
      4  assert_false('FileReaderSync' in self);
      5 }, '"FileReaderSync" should not be supported in service workers');