Confirmed users
1,021
edits
Line 21: | Line 21: | ||
interface PushRegistration { | interface PushRegistration { | ||
// this is the URL to which push notifications from the | // this is the URL to which push notifications from the AppServer | ||
// must be sent to. | // must be sent to. | ||
// | // This is how the AppServer alerts the WebApp that new data exists. | ||
DOMString pushEndpoint; | DOMString pushEndpoint; | ||