You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to receive notifications when updates are available
Feature description
By using "declarative web push" proposed by WebKit we can rather easily support nice push notifications to users. The same server-side API could be used to support third-party integrations.
Right now, only Safari Technology Preview supports declarative web push. It does not seem to be connected to a push service, though. You'll get a request to allow push messages, but the promise never resolves.
User stories
Feature description
By using "declarative web push" proposed by WebKit we can rather easily support nice push notifications to users. The same server-side API could be used to support third-party integrations.
See: https://github.com/WebKit/explainers/blob/main/DeclarativeWebPush/README.md
The text was updated successfully, but these errors were encountered: