Back to Content

SVGAElement: hostname property

files/en-us/web/api/svgaelement/hostname/index.md

latest390 B
Original Source

{{APIRef("SVG")}}

The hostname property of the {{domxref("SVGAElement")}} interface returns a string representing the hostname in the referenced URL.

This property can be set, to change the URL's hostname.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element