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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close