Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/respondwith-fetch-worker.js |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/respondwith-fetch-worker.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/respondwith-fetch-worker.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..887aa01af21f114d1907a1d08e34c354a44e8920 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/respondwith-fetch-worker.js |
| @@ -0,0 +1 @@ |
| +addEventListener('fetch', e => e.respondWith(fetch(e.request))); |