Description[ServiceWorker] Add was_fallback_required flag to ResourceResponseInfo. [2/2 chromium]
This flag is set when the request whose mode is CORS or CORS-with-forced-preflight is sent to a ServiceWorker but FetchEvent.respondWith is not called.
It is because the CORS preflight logic is implemented in the renderer.
So we can't simply fallback to the network in the browser process.
[1/2] blink: https://codereview.chromium.org/602073002/
[2/2] chromium: https://codereview.chromium.org/603913002/
This change depends on https://codereview.chromium.org/588153002/.
BUG=416371, 408507
Committed: https://crrev.com/00320571a4696025c2216a4f1fe193f13c5f2355
Cr-Commit-Position: refs/heads/master@{#297610}
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : Add ByServiceWorker suffix #
Total comments: 2
Patch Set 4 : s/which/whose/ #Messages
Total messages: 28 (11 generated)
|