This article needs a technical review. How you can help.
This article needs an editorial review. How you can help.
The PresentationConnectionCloseEvent
interface of the Presentation API is fired on a PresentationConnection
when it is closed.
Constructor
PresentationConnectionCloseEvent.PresentationConnectionCloseEvent()
- Crestes 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. |
Editor's Draft | Initial definition. |