SVGAElement: type property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The type
property of the SVGAElement
interface returns a string indicating the MIME type of the linked resource.
This property can be set, to change the URL's type
value. It reflects the value of the type
attribute.
Value
A string.
Specifications
Specification |
---|
Scalable Vector Graphics (SVG) 2> # __svg__SVGAElement__type> |
Browser compatibility
Loading…
See also
type
attribute