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
The sequence diagram below shows that the web page subscribes to the user agent (no problem so far) and the user agent subscribe()s to the push service. However, it ...
... is unclear (from the docs) how to specify the push service's location (URL/IP/...). edit: I'd find it very helpful, if the docs clearly stated, that this service is given by the browser vendor and is not changable.
... seems currently not possible to specify the location of a push service. To me it looks like the user agent actually subscribe()s to the application server (as this is the only known target) and the application server "forwards"(?) the information to the push service.
It would be nice if the documentation could be more informative on this point.