Confirmed users
93
edits
| Line 14: | Line 14: | ||
// registers to stop receiving push notifications for a given topic | // registers to stop receiving push notifications for a given topic | ||
// DOMRequest.result is a PushRegistration in case of success | // DOMRequest.result is a PushRegistration in case of success | ||
DOMRequest unregister( | DOMRequest unregister(DOMString pushEndpoint); | ||
// returns the list of all push registrations for this origin | // returns the list of all push registrations for this origin | ||