Liking cljdoc? Tell your friends :D

web.streams.ConstrainLong

The ConstrainLong type is used to specify a constraint for a whose value is an integral number. It extends the web.streams.LongRange (which provides the ability to specify a permitted range of property to also support an exact value and/or an ideal value the property take on. In addition, you can specify the value as a simple long value, in which case the user agent does its best to match the once all other more stringent constraints are met.

The ConstrainLong type is used to specify a constraint for a
whose value is an integral number. It extends the `web.streams.LongRange`
(which provides the ability to specify a permitted range of property
to also support an exact value and/or an ideal value the property
take on. In addition, you can specify the value as a simple long
value, in which case the user agent does its best to match the
once all other more stringent constraints are met.
raw docstring

exactcljs

(exact this)

Property.

An integer specifying precise, required, value the property must to be considered acceptable.

Property.

An integer specifying precise, required, value the property must
to be considered acceptable.
sourceraw docstring

idealcljs

(ideal this)

Property.

An integer specifying a value the property would ideally have, which can be considered optional if necessary to find a match.

Property.

An integer specifying a value the property would ideally have,
which can be considered optional if necessary to find a match.
sourceraw docstring

set-exact!cljs

(set-exact! this val)

Property.

An integer specifying precise, required, value the property must to be considered acceptable.

Property.

An integer specifying precise, required, value the property must
to be considered acceptable.
sourceraw docstring

set-ideal!cljs

(set-ideal! this val)

Property.

An integer specifying a value the property would ideally have, which can be considered optional if necessary to find a match.

Property.

An integer specifying a value the property would ideally have,
which can be considered optional if necessary to find a match.
sourceraw docstring

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

× close