summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/fetch-event-is-reload-navigation-manual.https.html
blob: a349f07c36c226e77323abda05eefec25fc3b21d (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
<p>Click <a href="resources/install-worker.html?isReloadNavigation&script=fetch-event-test-worker.js">this link</a>.
   Once you see &quot;method = GET,...&quot; in the page, reload the page.
   You will see &quot;method = GET, isReloadNavigation = true&quot;.
</p>
</body>
</html>