After updating Google chrome to version 75 the desktop notification stopped working, but it is working fine on Firefox, is there a way to fix this issue or any workaround to display the desktop notification? Thanks in advance. Note the application is web application not chrome extension, below is a sample for the desktop notification
Notification.requestPermission();
new Notification ("Desktop notification example")