Open
Bug 1407621
Opened 7 years ago
Updated 3 months ago
Move ServiceWorkerRegistrar/registrations to use QuotaManager-managed persistence/storage
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Core
DOM: Service Workers
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: overholt, Unassigned)
References
Details
No description provided.
Comment 1•7 years ago
|
||
I think this will be great, but please make sure to avoid disk hits on every network request when we check for a matching service worker. We probably need some kind of memory cache of the information.
Comment 2•7 years ago
|
||
(:janv and I agreed in discussions about the current simple quota implementation on bug 1361330 that it's too low-level for general cases such as this and should be testing-only, so removing the dependency until we have a more concrete proposal.)
Assignee: amarchesini → nobody
No longer depends on: 1361330
Summary: Move registrations to use simpledb → Move ServiceWorkerRegistrar/registrations to use QuotaManager-managed persistence/storage
Updated•2 years ago
|
Severity: normal → S3
Updated•3 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•