WebAPI/SimplePush: Difference between revisions

Line 21: Line 21:


interface PushRegistration {
interface PushRegistration {
   // this is the URL to which push notifications from the web application
   // this is the URL to which push notifications from the AppServer
   // must be sent to.
   // must be sent to.
   // application should send this to the application server
   // This is how the AppServer alerts the WebApp that new data exists.
   DOMString pushEndpoint;
   DOMString pushEndpoint;


Confirmed users
1,021

edits