Confirmed users
93
edits
Line 136: | Line 136: | ||
<i>// registers to receive push notifications for a given topic | <i>// registers to receive push notifications for a given topic | ||
// DOMRequest.result is a | // DOMRequest.result is a string URL (the endpoint) in case of success</i> | ||
DOMRequest register(); | DOMRequest register(); | ||
<i>// registers to stop receiving push notifications for a given topic | <i>// registers to stop receiving push notifications for a given topic | ||
// DOMRequest.result is | // DOMRequest.result is a string URL (the endpoint) on success.</i> | ||
DOMRequest unregister(DOMString pushEndpoint); | DOMRequest unregister(DOMString pushEndpoint); | ||