Closed
Bug 1309987
Opened 8 years ago
Closed 6 months ago
Move close() from WorkerGlobalScope to DedicatedWorkerGlobalScope and SharedWorkerGlobalScope so it's not exposed on ServiceWorkers
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1336043
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: asuth, Unassigned)
References
(Blocks 1 open bug)
Details
https://github.com/w3c/ServiceWorker/issues/865 modified the HTML spec in https://github.com/whatwg/html/pull/1119 to this end. Right now we still have close on WorkerGlobalScope, with WorkerGlobalScope::Close() throwing if it's a Serviceworker.
Updated•8 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Blocks: ServiceWorkers-compat
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 1•6 months ago
|
||
This was fixed by bug 1336043.
You need to log in
before you can comment on or make changes to this bug.
Description
•