gauntface / web-push-book

Web Push Book
https://web-push-book.gauntface.com
225 stars 55 forks source link

Fix `getKey` typo from PushSubscription example #114

Closed Sonna closed 5 years ago

Sonna commented 5 years ago

Fix a typo in the Push Subscription example that demonstrates how to manually create the same result from pushSubscription object with JSON.stringify by incorrectly calling getKeys instead of the correct getKey function name from pushSubscription object.

References:

Sonna commented 5 years ago

Closing PR since Project appears to be inactive