Open
Bug 1309987
Opened 6 years ago
Updated 4 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
()
NEW
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•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Blocks: ServiceWorkers-compat
Updated•4 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•