The PresentationConnectionCloseEvent interface of the Presentation
is fired on a web.presentation.PresentationConnection
when
is closed.
The PresentationConnectionCloseEvent interface of the Presentation is fired on a `web.presentation.PresentationConnection` when is closed.
(message this)
Property.
A human-readable message that provides more information about the connection was closed.
Property. A human-readable message that provides more information about the connection was closed.
(reason this)
Property.
Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.
Property. Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.
(set-message! this val)
Property.
A human-readable message that provides more information about the connection was closed.
Property. A human-readable message that provides more information about the connection was closed.
(set-reason! this val)
Property.
Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.
Property. Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close