Closed
Bug 1229501
Opened 9 years ago
Closed 8 years ago
Make Clients APIs work with multiple content processes
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1293277
People
(Reporter: ehsan.akhgari, Unassigned)
References
Details
We need to do two things here:
* Create Client objects that represent a client living in a different process, and make its APIs forward to the correct process.
* Make sure things such as Clients.get() and Clients.matchAll() can find those clients.
Comment 1•9 years ago
|
||
This depends a bit on our discussions at Mozlando, right?
Reporter | ||
Comment 2•9 years ago
|
||
Yes. I filed the bug so that we won't forget about it. :-)
Comment 3•8 years ago
|
||
I'm working on this over in bug 1293277.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•