close
events are generated by several APIs:
<dialog>
to let it know that it has been closed.IDBDatabase
object representing a database connection when the database is unexpectedly closed. This happens after all transactions have been aborted. You can use IDBDatabase.onclose
to establish the event handler.RTCDataChannel
to let it know that a data connection has been terminated. You can use the RTCDataConnection.onclose
property to establish an event handler for this, in addition to using addEventListener()
.Worker
had shut down; this was at one point part of the specification, but has been removed from the spec, and browsers are in the process of removing support for this event in the Web Workers API.Event
HTMLDialogElement
, IDBDatabase
, RTCDataChannel
, or WebSocket
Being an Event
, this event implements only the properties of this interface.
Being an Event
, this event implements only the methods of this interface.
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'close' in that specification. | Candidate Recommendation | Definition for the WebRTC API |
HTML Living Standard The definition of 'close' in that specification. | Living Standard | Definition regarding the <dialog> element |
Indexed Database API 2.0 The definition of 'close' in that specification. | Recommendation | Definition of the connection closing algorithm and its use of the close event |
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Support for the WebRTC event | (Yes) | No support | (Yes) | No support | (Yes) | ? |
Support for the WebSockets event | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Support for the IndexedDB event | ? | No support | 50 (50) | ? | ? | ? |
Support for the <dialog> event | ? | No support | ? | ? | ? | ? |
Support for the Workers event | 4 | No support | 3.5 (1.9.1) through 50 (50) | ? | 11.5 | 4 |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Support for the WebRTC event | ? | ? | No support | ? | No support | ? | ? |
Support for the WebSockets event | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Support for the IndexedDB event | ? | ? | No support | 50.0 (50) | ? | ? | ? |
Support for the <dialog> event | ? | ? | No support | ? | ? | ? | ? |
Support for the Workers event | ? | 40 | No support | 1.0 (1.9.1) through 50.0 (50) | ? | (Yes) | 5.1 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/Events/close