Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .then(function(subscription) {
  2. fetch('/push/subscribe',{
  3. method: "POST",
  4. headers: {
  5. 'Content-Type': 'application/json'
  6. },
  7. body: JSON.stringify(subscription)
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement