Sending notifications

suggest change

After the user has approved a request for permission to send notifications, we can send a simple notification that says Hello to the user:

new Notification('Hello', { body: 'Hello, world!', icon: 'url to an .ico image' });

This will send a notification like this:

Hello Hello, world!

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents