Open
Bug 1221965
Opened 9 years ago
Updated 2 years ago
Allow manually triggering a push subscription change
Categories
(DevTools :: about:debugging, enhancement, P2)
DevTools
about:debugging
Tracking
(firefox45 affected)
NEW
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: marco, Unassigned)
References
Details
This would be really useful when developing a website using push.
Component: Developer Tools → Developer Tools: about:debugging
Updated•9 years ago
|
Priority: -- → P2
Comment 1•9 years ago
|
||
Hi Marco, how would you imagine such a feature to work?
- A "unsubscribe" feature that just drops an existing subscription?
- A "clear" feature that clears all subscriptions for a given domain?
- A "change" feature that lets you input a different URL?
- A "trigger change event" feature that notifies a Service Worker about a change (even if the endpoint didn't actually change)?
Flags: needinfo?(mcastelluccio)
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Jan Keromnes [:janx] from comment #1)
> Hi Marco, how would you imagine such a feature to work?
>
> - A "unsubscribe" feature that just drops an existing subscription?
> - A "clear" feature that clears all subscriptions for a given domain?
> - A "change" feature that lets you input a different URL?
> - A "trigger change event" feature that notifies a Service Worker about a
> change (even if the endpoint didn't actually change)?
It's already possible to unsubscribe (from about:preferences#content), so I would suggest the fourth option.
Flags: needinfo?(mcastelluccio)
Updated•7 years ago
|
Severity: normal → enhancement
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•