Notification.onclose
Summary
Notification
接口的 onclose 属性指定一个事件侦听器来接收 close
事件。
当一个Notification
关闭时,会发生这些事件。
Syntax
Notification.onclose = function() { ... };
Browser compatibility
BCD tables only load in the browser
Notification
接口的 onclose 属性指定一个事件侦听器来接收 close
事件。
当一个Notification
关闭时,会发生这些事件。
Notification.onclose = function() { ... };
BCD tables only load in the browser