UNPKG

dzxstatic

Version:

The static files of Discuz! X

1 lines 417 B
function Html5notification(){var i=new Object;return i.issupport=function(){return"Notification"in window},i.shownotification=function(i,n,t,o,e){function c(){new Notification(o,{tag:i,icon:t,body:e}).onclick=function(i){i.preventDefault(),window.open(n,"_blank")}}"granted"===Notification.permission?c():"denied"!==Notification.permission&&Notification.requestPermission().then((function(i){"granted"===i&&c()}))},i}