Skip to content
Snippets Groups Projects
Commit 566f5b90 authored by Eden Chuang's avatar Eden Chuang
Browse files

Bug 1658869 - Propagate the InterceptedHttpChannel information to fetch's...

Bug 1658869 - Propagate the InterceptedHttpChannel information to fetch's channel casued by FetchEvent.request. r=dom-worker-reviewers,dragana,jesup, a=dmeehan


When a network load needs to be intercepted by ServiceWorker, we extract the Request from the InterceptedHttpChannel, and propagate the Request through FetchEvent.request.

However, some needed information is not extracted or is modified during the Request propagation, so getting the wrong result when using the Request to fetch resources in the ServiceWorker script.

Differential Revision: https://phabricator.services.mozilla.com/D145969
parent d107446e
No related branches found
No related tags found
No related merge requests found
Showing
with 497 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment