Liking cljdoc? Tell your friends :D

web.presentation.PresentationConnection

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
raw docstring

binary-typecljs

(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`
sourceraw docstring

closecljs

(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`
sourceraw docstring

idcljs

(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`
sourceraw docstring

onclosecljs

(onclose this)

Property.

Fired when there is a call to PresentationConnection.close().

Property.

Fired when there is a call to PresentationConnection.close().
sourceraw docstring

onconnectcljs

(onconnect this)

Property.

Fired when a presentation connection is established.

Property.

Fired when a presentation connection is established.
sourceraw docstring

onmessagecljs

(onmessage this)

Property.

Fired when there is a call to PresentationConnection.send().

Property.

Fired when there is a call to PresentationConnection.send().
sourceraw docstring

onterminatedcljs

(onterminated this)

Property.

Fired when there is a call to PresentationConnection.terminate().

Property.

Fired when there is a call to PresentationConnection.terminate().
sourceraw docstring

sendcljs

(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`
sourceraw docstring

set-binary-type!cljs

(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`
sourceraw docstring

set-onclose!cljs

(set-onclose! this val)

Property.

Fired when there is a call to PresentationConnection.close().

Property.

Fired when there is a call to PresentationConnection.close().
sourceraw docstring

set-onconnect!cljs

(set-onconnect! this val)

Property.

Fired when a presentation connection is established.

Property.

Fired when a presentation connection is established.
sourceraw docstring

set-onmessage!cljs

(set-onmessage! this val)

Property.

Fired when there is a call to PresentationConnection.send().

Property.

Fired when there is a call to PresentationConnection.send().
sourceraw docstring

set-onterminated!cljs

(set-onterminated! this val)

Property.

Fired when there is a call to PresentationConnection.terminate().

Property.

Fired when there is a call to PresentationConnection.terminate().
sourceraw docstring

statecljs

(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`
sourceraw docstring

terminatecljs

(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`
sourceraw docstring

urlcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close