Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js

Issue 1143083002: Implement request's redirect mode and RequestRedirect for Fetch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js b/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js
index 931f1a9577cbe164d52130a3151dcb901b91adcf..55f1f94e4f384df7598e6ca113a1c2ab30a7ea4f 100644
--- a/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js
+++ b/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js
@@ -15,6 +15,7 @@ self.addEventListener('fetch', function(event) {
context: event.request.context,
mode: event.request.mode,
credentials: event.request.credentials,
+ redirect: event.request.redirect,
headers: headers,
body: result
})));
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html ('k') | Source/modules/fetch/FetchManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698