New issue
Advanced search Search tips

Issue 836720 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Jun 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Handle loading multiple non-http(s) schemes from ServiceWorkerScriptLoaderFactory

Project Member Reported by falken@chromium.org, Apr 25 2018

Issue description

Handle loading multiple non-http(s) schemes from ServiceWorkerScriptLoaderFactory.

Taken from the TODO comment:
  // It's assumed that the non-network factory can handle any non-http(s) URL
  // that this service worker may load.
  // TODO(falken): We probably need to pass the whole (scheme -> factory) map
  // instead of just giving a single factory, since it's conceivable a service
  // worker can import scripts from multiple schemes:
  // importScripts(['scheme1://blah', 'scheme2://blah', 'scheme3://blah']).
  // So far it's not needed with the Chrome embedder since it's only used
  // for chrome-extension:// URLs.
 
Labels: M-68
Status: Fixed (was: Available)
This was fixed in https://chromium-review.googlesource.com/c/chromium/src/+/1059986

Sign in to add a comment