Liking cljdoc? Tell your friends :D
ClojureScript only.

web.presentation.PresentationAvailability

A PresentationAvailability object is associated with available displays and represents the presentation display availability a presentation request. If the controlling user agent can monitor list of available presentation displays in the background (without pending request to start()), the PresentationAvailability object be implemented in a controlling browsing context.

A PresentationAvailability object is associated with available
displays and represents the presentation display availability
a presentation request. If the controlling user agent can monitor
list of available presentation displays in the background (without
pending request to start()), the PresentationAvailability object
be implemented in a controlling browsing context.
raw docstring

onchangecljs

(onchange this)

Property.

The onchange attribute is an event handler whose corresponding handler event type is change.

See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationAvailability/onchange

Property.

The onchange attribute is an event handler whose corresponding
handler event type is change.

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

set-onchange!cljs

(set-onchange! this val)

Property.

The onchange attribute is an event handler whose corresponding handler event type is change.

See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationAvailability/onchange

Property.

The onchange attribute is an event handler whose corresponding
handler event type is change.

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

valuecljs

(value this)

Property.

[Read Only]

The value attribute MUST return the last value from which it set. The value is updated by the monitor the list of available displays algorithm.

See also: https://developer.mozilla.org/en-US/docs/Web/API/PresentationAvailability/value

Property.

[Read Only]

The value attribute MUST return the last value from which it
set. The value is updated by the monitor the list of available
displays algorithm.

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

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

× close