Liking cljdoc? Tell your friends :D

web.svg.SVGScriptElement

The SVGScriptElement interface corresponds to the SVG <script>

The SVGScriptElement interface corresponds to the SVG `<script>`
raw docstring

cross-origincljs

(cross-origin this)

Property.

A DOMString corresponding to the crossorigin attribute of the

<script> element.

Property.

A DOMString corresponding to the crossorigin attribute of the
<script> element.
sourceraw docstring

set-cross-origin!cljs

(set-cross-origin! this val)

Property.

A DOMString corresponding to the crossorigin attribute of the

<script> element.

Property.

A DOMString corresponding to the crossorigin attribute of the
<script> element.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

A DOMString corresponding to the type attribute of the given element. A DOMException is raised with the code NO_MODIFICATION_ALLOWED_ERR an attempt to change the value of a read only attribut.

Property.

A DOMString corresponding to the type attribute of the given
element. A DOMException is raised with the code NO_MODIFICATION_ALLOWED_ERR
an attempt to change the value of a read only attribut.
sourceraw docstring

typecljs

(type this)

Property.

A DOMString corresponding to the type attribute of the given element. A DOMException is raised with the code NO_MODIFICATION_ALLOWED_ERR an attempt to change the value of a read only attribut.

Property.

A DOMString corresponding to the type attribute of the given
element. A DOMException is raised with the code NO_MODIFICATION_ALLOWED_ERR
an attempt to change the value of a read only attribut.
sourceraw docstring

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

× close