The PresentationConnectionCloseEvent
interface of the Presentation API is fired on a PresentationConnection
when it is closed.
Constructor
PresentationConnectionCloseEvent.PresentationConnectionCloseEvent()
- Creates a new PresentationConnectionCloseEvent.
Properties
PresentationConnectionCloseEvent.message
Read only- A human-readable message that provides more information about why the connection was closed.
PresentationConnectionCloseEvent.reason
Read only- Indicates why the connection was closed. This property takes one of the following values:
error
,closed
, orwentaway
.
Specifications
Specification | Status | Comment |
---|---|---|
Presentation API The definition of 'PresentationConnectionCloseEvent interface' in that specification. |
Candidate Recommendation | Initial definition. |
Browser Compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
PresentationConnectionCloseEvent | Chrome Full support 50 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support Yes | Safari ? | WebView Android No support No | Chrome Android Full support 50 | Firefox Android
Full support
51
| Opera Android Full support Yes | Safari iOS ? | Samsung Internet Android Full support Yes |
PresentationConnectionCloseEvent() constructor | Chrome Full support 50 | Edge ? | Firefox
Full support
51
| IE No support No | Opera ? | Safari ? | WebView Android No support No | Chrome Android Full support 50 | Firefox Android
Full support
51
| Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
message | Chrome Full support 50 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support Yes | Safari ? | WebView Android No support No | Chrome Android Full support 50 | Firefox Android
Full support
51
| Opera Android Full support Yes | Safari iOS ? | Samsung Internet Android Full support Yes |
reason | Chrome Full support 50 | Edge ? | Firefox
Full support
51
| IE No support No | Opera Full support Yes | Safari ? | WebView Android No support No | Chrome Android Full support 50 | Firefox Android
Full support
51
| Opera Android Full support Yes | Safari iOS ? | Samsung Internet Android Full support Yes |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- User must explicitly enable this feature.
- User must explicitly enable this feature.