Skip to content

Instantly share code, notes, and snippets.

@andrewarosario
Created October 22, 2020 15:23
Show Gist options
  • Save andrewarosario/3f880d072c879645e56d0372ca2517d2 to your computer and use it in GitHub Desktop.
Save andrewarosario/3f880d072c879645e56d0372ca2517d2 to your computer and use it in GitHub Desktop.
const payload = {
title: 'Título da notificação',
body: 'Corpo da notificação',
requireInteraction: true,
tag: 'message-1',
renotify: true,
timestamp: Date.parse('01 Jan 2021 00:00:00')
};
webpush.sendNotification(pushSubscription, payload);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment