Closed
Bug 1065515
Opened 10 years ago
Closed 10 years ago
Think about removing nsIServiceWorkerManager
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: baku, Unassigned)
References
Details
At the moment this interface is used just from C++ and we don't have plan to expose these methods to JS.
Tyler has a patch for bug 1038811 that requires this. We can instead consider removing most of the methods exposed on the IDL and have our implementation use GetInstance().
Comment 2•10 years ago
|
||
(In reply to Andrea Marchesini (:baku) from comment #0)
> At the moment this interface is used just from C++ and we don't have plan to
> expose these methods to JS.
And we do now. Should we close/reframe this?
Reporter | ||
Comment 3•10 years ago
|
||
We are using nsIServiceWorkerManager from JS in about:serviceworkers.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•