How to Add Native Notifications to Your Vue.js App

added by JavaScript Kicks
10/14/2019 9:16:01 AM

848 Views

With the HTML5 Notification API, browsers can display native popup notifications to users. With notifications, you can display text and icons, and also play sound with them. The full list of options are located at https://developer.mozilla.org/en-US/docs/Web/API/notification. Users have to grant permission to display notifications when they visit a web app to see browser notifications.


0 comments