New issue
Advanced search Search tips

Issue 904135 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

cache_storage could support chrome-extension request URLs in chrome-extension contexts

Project Member Reported by wanderview@google.com, Nov 10

Issue description

Currently the spec only allows http and https request URLs to be stored in cache_storage.  This means that chrome-extension service workers cannot store requests for chrome-extension requests that it may be handling.  This situation should be ok, so we can relax this restriction for just those chrome-extension contexts.
 
I have the start of a CL here:

https://chromium-review.googlesource.com/c/chromium/src/+/1330226

I just need to figure out how to test in a chrome-extension context in unit tests and/or a layout test.

Sign in to add a comment