Description[ServiceWorker] Add was_fallback_required flag to ResourceResponseInfo. [1/2 blink]
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/
BUG=416371, 408507
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182910
Patch Set 1 #
Total comments: 4
Patch Set 2 : Add ByServiceWorker suffix #
Total comments: 2
Patch Set 3 : wrap the comment in 80 columns #
Messages
Total messages: 15 (3 generated)
|