Friday, December 14, 2012

Closing a Notification

You can use 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: