The SVGScriptElement interface corresponds to the SVG <script>
The SVGScriptElement interface corresponds to the SVG `<script>`
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close