google chrome - HTML5 Notification Chrome45 -


html notification working in firefox41, not work in chrome45.

function spawnnotification(thetitle,thebody,theicon) {   var options = {       body: thebody,       icon: theicon   }   var n = new notification(thetitle,options); } document.getelementbyid('notify').addeventlistener('click', function() {  spawnnotification('title','text','aike.jpg'); }); 


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -