Questions tagged [safari-push-notifications]

Discussion around implementing Safari Push Notifications.

Not to be confused with APNS, or the apple-push-notifications tag, which discuss push notifications to iOS device. This tag is for questions with regards to Safari push notifications, as described here:

https://developer.apple.com/notifications/safari-push-notifications/

31 questions
-3
votes
4 answers

How to run a Javascript alert every Friday at 16:00

Is this possible using setInterval()? In the below example, the alert is every 5 seconds... I'm trying to run safari…
1 2
3