Closed
Bug 1218142
Opened 9 years ago
Closed 9 years ago
Remove ServiceWorkerGlobalScope.onbeforeevicted/onevicted
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.57 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8678528 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•9 years ago
|
Blocks: ServiceWorkers-v1
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ehsan
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 2•9 years ago
|
||
Comment on attachment 8678528 [details] [diff] [review]
Remove ServiceWorkerGlobalScope.onbeforeevicted/onevicted
r=me
Attachment #8678528 -
Flags: review?(bzbarsky) → review+
Comment 3•9 years ago
|
||
That said, are we ignoring https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#storage-considerations
Flags: needinfo?(ehsan)
Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Boris Zbarsky [:bz] from comment #3)
> That said, are we ignoring
> https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#storage-
> considerations
For now, yes. We should add these back when we implement that, to let people feature detect things properly.
Flags: needinfo?(ehsan)
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 7•9 years ago
|
||
Given they weren't documented, I only added a comment in:
https://developer.mozilla.org/en-US/Firefox/Releases/44#WebRTC
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•9 years ago
|
||
I've also removed the mentions of these properties that were on
https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope
You need to log in
before you can comment on or make changes to this bug.
Description
•