Open
Bug 1595206
Opened 1 year ago
Let SharedWorkers and ServiceWorkers be put in a "webCOOP+COEP" processes
Categories
(Core :: DOM: Service Workers, task, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: perry, Unassigned)
References
Details
The ScriptLoader
s for these workers currently run in content processes, but the COOP headers must be processed in the parent (in order to chose which child process the worker executes in). As an intermediary step, SharedWorkers and ServiceWorkers will only be put in non "webCOOP+COEP" processes.
You need to log in
before you can comment on or make changes to this bug.
Description
•