diff options
Diffstat (limited to 'testing/web-platform/tests/speculation-rules/prefetch/resources/sw.js')
-rw-r--r-- | testing/web-platform/tests/speculation-rules/prefetch/resources/sw.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/speculation-rules/prefetch/resources/sw.js b/testing/web-platform/tests/speculation-rules/prefetch/resources/sw.js new file mode 100644 index 0000000000..db774f9d5b --- /dev/null +++ b/testing/web-platform/tests/speculation-rules/prefetch/resources/sw.js @@ -0,0 +1 @@ +self.addEventListener('fetch', () => event.respondWith(fetch(event.request))); |