You can use
Using You'll be able to call
notification.cancel();Using You'll be able to call
window.close() from inside the notification's HTML page. That will close the notification.
To close at a certain time, calling something like
setTimeout( function () { window.close(); }, timeInMicroseconds); should be effective.
No comments:
Post a Comment