-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed as not planned
Labels
area: service-workerIssues related to the @angular/service-worker packageIssues related to the @angular/service-worker package
Milestone
Description
Which @angular/* package(s) are relevant/related to the feature request?
service-worker
Description
If I'm not mistaken the current service worker only displays / reacts on incoming notifications. There is no chance to list them afterwards.
Since many users accidentally click them away / want to check them later, I'd like to be able to access old received notifcations.
Proposed solution
Received messages could be stored to localStorage. The key and the maximum latest message store count could be set, so with a default value of zero the current SW even wouldn't behave any different.
Alternatives considered
Metadata
Metadata
Assignees
Labels
area: service-workerIssues related to the @angular/service-worker packageIssues related to the @angular/service-worker package