The PresentationConnection interface of the Presentation API methods and properties for managing a single presentation. Each connection is represented by a PresentationConnection object. the controlling user agent and receiving user agent MUST implement
The PresentationConnection interface of the Presentation API methods and properties for managing a single presentation. Each connection is represented by a PresentationConnection object. the controlling user agent and receiving user agent MUST implement
(binary-type this)
Property.
When a PresentationConnection object is created, its binaryType attribute MUST be set to the string "arraybuffer". Upon getting, attribute MUST return its most recent value (the value it was set as). Upon setting, the user agent MUST set the IDL attribute the new value.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/binaryType
Property. When a PresentationConnection object is created, its binaryType attribute MUST be set to the string \"arraybuffer\". Upon getting, attribute MUST return its most recent value (the value it was set as). Upon setting, the user agent MUST set the IDL attribute the new value. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/binaryType`
(close this & args)
Method.
When the close() method is called on a web.presentation.PresentationConnection
,
user agent begins the process of closing the connection by sending
empty closeMessage with the closeReason set to closed.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/close
Method. When the close() method is called on a `web.presentation.PresentationConnection`, user agent begins the process of closing the connection by sending empty closeMessage with the closeReason set to closed. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/close`
(id this)
Property.
[Read Only]
The id attribute specifies the presentation identifier of a presentation
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/id
Property. [Read Only] The id attribute specifies the presentation identifier of a presentation See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/id`
(onclose this)
Property.
Fired when there is a call to PresentationConnection.close().
Property. Fired when there is a call to PresentationConnection.close().
(onconnect this)
Property.
Fired when a presentation connection is established.
Property. Fired when a presentation connection is established.
(onmessage this)
Property.
Fired when there is a call to PresentationConnection.send().
Property. Fired when there is a call to PresentationConnection.send().
(onterminated this)
Property.
Fired when there is a call to PresentationConnection.terminate().
Property. Fired when there is a call to PresentationConnection.terminate().
(send this data)
Method.
The send() method of the web.presentation.PresentationConnection
tells a controlling browsing context to send binary or text data
a presenting browsing context.
PresentationConnection.send(data);
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/send
Method. The send() method of the `web.presentation.PresentationConnection` tells a controlling browsing context to send binary or text data a presenting browsing context. `PresentationConnection.send(data);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/send`
(set-binary-type! this val)
Property.
When a PresentationConnection object is created, its binaryType attribute MUST be set to the string "arraybuffer". Upon getting, attribute MUST return its most recent value (the value it was set as). Upon setting, the user agent MUST set the IDL attribute the new value.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/binaryType
Property. When a PresentationConnection object is created, its binaryType attribute MUST be set to the string \"arraybuffer\". Upon getting, attribute MUST return its most recent value (the value it was set as). Upon setting, the user agent MUST set the IDL attribute the new value. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/binaryType`
(set-onclose! this val)
Property.
Fired when there is a call to PresentationConnection.close().
Property. Fired when there is a call to PresentationConnection.close().
(set-onconnect! this val)
Property.
Fired when a presentation connection is established.
Property. Fired when a presentation connection is established.
(set-onmessage! this val)
Property.
Fired when there is a call to PresentationConnection.send().
Property. Fired when there is a call to PresentationConnection.send().
(set-onterminated! this val)
Property.
Fired when there is a call to PresentationConnection.terminate().
Property. Fired when there is a call to PresentationConnection.terminate().
(state this)
Property.
[Read Only]
The state attribute reflects the presentation connection's current Depending on the current PresentationConnectionState, the state can hold one of the following values.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/state
Property. [Read Only] The state attribute reflects the presentation connection's current Depending on the current PresentationConnectionState, the state can hold one of the following values. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/state`
(terminate this & args)
Method.
When the terminate() method is called on a web.presentation.PresentationConnection
,
user agent begins the process of terminating the presentation.
exact process differs depending on whether terminate() is called
the controlling or the presenting context.
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/terminate
Method. When the terminate() method is called on a `web.presentation.PresentationConnection`, user agent begins the process of terminating the presentation. exact process differs depending on whether terminate() is called the controlling or the presenting context. See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/terminate`
(url this)
Property.
[Read Only] [Experimental]
The url readonly property of the web.presentation.PresentationConnection
returns the URL used to create or reconnect to the presentation.
var url = PresentationConnection.url
See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/url
Property. [Read Only] [Experimental] The url readonly property of the `web.presentation.PresentationConnection` returns the URL used to create or reconnect to the presentation. `var url = PresentationConnection.url` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/url`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close