Liking cljdoc? Tell your friends :D

web.Presentation

The Presentation can be defined as two possible user agents in context: Controlling user agent and Receiving user agent.

The Presentation can be defined as two possible user agents in
context: Controlling user agent and Receiving user agent.
raw docstring

default-requestcljs

(default-request this)

Property.

In a controlling user agent, the defaultRequest attribute MUST the default presentation request if any, otherwise null. In a browsing context, it MUST return null.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Presentation/defaultRequest

Property.

In a controlling user agent, the defaultRequest attribute MUST
the default presentation request if any, otherwise null. In a
browsing context, it MUST return null.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Presentation/defaultRequest`
sourceraw docstring

receivercljs

(receiver this)

Property.

The read-only web.Presentation attribute receiver, which is available in browser contexts which are receiving a presentation, the web.PresentationReceiver object which can be used to access communicate with the browser context which controls the presentation. property is always null when accessed from outside a browser which is receiving a presentation.

`receiver = Presentation.receiver;

receiver = navigator.presentation.receiver;

Since the web.Presentation interface is typically accessed through web.navigation.presentation, the second form of the syntax shown above is the more commonly used.`

See also: https://developer.mozilla.org/en-US/docs/Web/API/Presentation/receiver

Property.

The read-only `web.Presentation` attribute receiver, which is
available in browser contexts which are receiving a presentation,
the `web.PresentationReceiver` object which can be used to access
communicate with the browser context which controls the presentation.
property is always null when accessed from outside a browser
which is receiving a presentation.

`receiver = Presentation.receiver;

receiver = navigator.presentation.receiver;

Since the `web.Presentation` interface is typically accessed through `web.navigation.presentation`, the second form of the syntax shown above is the more commonly used.`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Presentation/receiver`
sourceraw docstring

set-default-request!cljs

(set-default-request! this val)

Property.

In a controlling user agent, the defaultRequest attribute MUST the default presentation request if any, otherwise null. In a browsing context, it MUST return null.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Presentation/defaultRequest

Property.

In a controlling user agent, the defaultRequest attribute MUST
the default presentation request if any, otherwise null. In a
browsing context, it MUST return null.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Presentation/defaultRequest`
sourceraw docstring

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

× close