The state
attribute reflects the presentation connection's current state. Depending on the current PresentationConnectionState
, the state
attribute can hold one of the following values.
connecting
: The user agent is attempting to establish a presentation connection with the destination browsing context. This is the initial state when a PresentationConnection
object is created.connected
: The presentation connection is established and communication is possible.closed
: The presentation connection has been closed or could not be opened. The connection may be reopened by calling reconnect
()
. No communication is possible in this state.terminated
: The receiving browsing context has terminated. Any presentation connection to that presentation has also terminated and cannot be reopened. No communication is possible.
© 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/PresentationConnection/state