Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declarative Web Push Support #66

Open
dimitribouniol opened this issue Feb 26, 2025 · 2 comments
Open

Declarative Web Push Support #66

dimitribouniol opened this issue Feb 26, 2025 · 2 comments
Assignees

Comments

@dimitribouniol
Copy link
Member

dimitribouniol commented Feb 26, 2025

Safari 18.4 added experimental support, so let's add server support to help out!

Initial Pitch:

Draft Specs:

References:

Note

This issue should only be closed once the spec is merged to tackle any changes that may come in.

@b-straub
Copy link

Did you succeed displaying a declarative message without a service worker? I tried using Safari Version 18.4 (20621.1.14.11.3) form Sequoia 15.4 Beta 3 and a modified simple Node.js solution pwa-push-example. No success until now. When setting mutable to true, notification is delivered via SW push event, but handling notification clicked similar to the code from the WebKit WebPushDaemon test doesn't show a notification either: WebPushDaemon test

@dimitribouniol
Copy link
Member Author

Beyond implementing what seems to be the standard, I have not had a chance to download and test on the new Safari beta, so not sure if its fully functional or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants