Liking cljdoc? Tell your friends :D

web.svg.SVGTests

The SVGTests interface is used to reflect conditional processing and is mixed into other interfaces for elements that support attributes.

The SVGTests interface is used to reflect conditional processing
and is mixed into other interfaces for elements that support
attributes.
raw docstring

has-extensioncljs

(has-extension this & args)

Method.

Returns true if the browser supports the given extension, specified a URI.

Method.

Returns true if the browser supports the given extension, specified
a URI.
sourceraw docstring

required-extensionscljs

(required-extensions this)

Property.

An SVGStringList corresponding to the requiredExtensions attribute the given element.

Property.

An SVGStringList corresponding to the requiredExtensions attribute
the given element.
sourceraw docstring

required-featurescljs

(required-features this)

Property.

An SVGStringList corresponding to the requiredFeatures attribute the given element.

Property.

An SVGStringList corresponding to the requiredFeatures attribute
the given element.
sourceraw docstring

set-required-extensions!cljs

(set-required-extensions! this val)

Property.

An SVGStringList corresponding to the requiredExtensions attribute the given element.

Property.

An SVGStringList corresponding to the requiredExtensions attribute
the given element.
sourceraw docstring

set-required-features!cljs

(set-required-features! this val)

Property.

An SVGStringList corresponding to the requiredFeatures attribute the given element.

Property.

An SVGStringList corresponding to the requiredFeatures attribute
the given element.
sourceraw docstring

set-system-language!cljs

(set-system-language! this val)

Property.

An SVGStringList corresponding to the systemLanguage attribute the given element.

Property.

An SVGStringList corresponding to the systemLanguage attribute
the given element.
sourceraw docstring

system-languagecljs

(system-language this)

Property.

An SVGStringList corresponding to the systemLanguage attribute the given element.

Property.

An SVGStringList corresponding to the systemLanguage attribute
the given element.
sourceraw docstring

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

× close