Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 2, 2018 09:26
Embed
What would you like to do?
self.registration.pushManager.getSubscription().then(subscription => {
console.log(subscription.endpoint); // 登録IDが返ってきます
}, err => console.log(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment