tor-browser

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

navigation-preload-critical.https.window.js (296B)


      1 //META: script=/service-workers/service-worker/resources/test-helpers.sub.js
      2 //META: script=resources/util.js
      3 promise_test((t) =>
      4  ch_sw_test(t, 'critical-ch/navigation-preload.js', 'critical-ch/echo-hint-in-html.py', 'PASS'),
      5  "Service worker successfully passes hints through to new fetch");