The PresentationConnectionCloseEvent
interface of the Presentation API is fired on a PresentationConnection
when it is closed.
PresentationConnectionCloseEvent.PresentationConnectionCloseEvent()
PresentationConnectionCloseEvent.message
Read only
PresentationConnectionCloseEvent.reason
Read only
error
, closed
, or wentaway
.Specification | Status | Comment |
---|---|---|
Presentation API The definition of 'PresentationConnectionCloseEvent interface' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 50 | ? | 51
|
? | ? | ? |
PresentationConnectionCloseEvent() constructor
|
50 | ? | 51
|
? | ? | ? |
message
|
50 | ? | 51
|
? | ? | ? |
reason
|
50 | ? | 51
|
? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | 50 | ? | 51
|
? | ? | ? |
PresentationConnectionCloseEvent() constructor
|
No | 50 | ? | 51
|
? | ? | ? |
message
|
No | 50 | ? | 51
|
? | ? | ? |
reason
|
No | 50 | ? | 51
|
? | ? | ? |
© 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/API/PresentationConnectionCloseEvent