I am testing push notifications and it seems to work as expected in Chrome. However, I cannot get it to work in Edge (v110). No error messages or anything. I can subscribe and I get an endpoint that looks like https://wns2-ch1p.notify.windows.com/w/ but actual notifications never come through.
Interestingly, I can get a notification to come thru using the dev console service worker tab and the "push" option, but never automatically.
SO and the internet at large are a bit vague whether the current version of Edge actually supports it or not. Perhaps there are special conditions that must be met that Chrome does not require. MS docs imply that it is fully supported, but in the context of an installed PWA - which made no difference for me.
Does it work? Do you have it working? Or am I wasting my time.
Web Push Notifications is supported in Edge. For more information, please read this doc. You may need to check the tutorial to see what's missing. My first thought would be WNS failing to trigger the Push event so that you can only manually hit the "push" option in DevTools.