Confirmed users
93
edits
| Line 21: | Line 21: | ||
}; | }; | ||
interface | interface PushRegistration { | ||
// this is the string that was used when calling register() | // this is the string that was used when calling register() | ||
| Line 38: | Line 38: | ||
}; | }; | ||
interface | interface PushRegistrationEvent : Event { | ||
PushRegistration request; | |||
}; | }; | ||