I am a Javascript developer. I wanna make a push notification for my web app, when the user leave the site(after 10 secs) with cross browser compatibility (Including Chrome, Safari, Firefox, etc..). I have tried using Firebase, but it won't work on Safari. Looking for some suggestions. Your's suggestions would be helpful.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
try to implement SSE
SSE? What you mean?