4 <title>Notifications: Document for closing a notification in the
"unload" event.
</title>
8 var notification
= new Notification('My Notification', {
9 body
: 'Created from a window.',
13 opener
.postMessage('opened', '*');
15 window
.addEventListener('unload', function() {
18 opener
.postMessage('closed', '*');