Opened 4 years ago
Last modified 16 months ago
#1847 assigned enhancement
html5 native notifications api
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | html5 | Version: | 2.3.x |
Keywords: | Cc: |
Change History (4)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:3 Changed 2 years ago by
Milestone: | 4.0 → 5.0 |
---|
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1847
Note: See
TracTickets for help on using
tickets.
Some good examples here: Notification Examples.
Added in r22904 + r22907 for notifications without actions.
For actions, we need to use ServiceWorkerRegistration.showNotification().
Using Service Workers.