Back to Content

SVGAElement: username property

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

latest399 B
Original Source

{{APIRef("SVG")}}

The username property of the {{domxref("SVGAElement")}} interface returns a string containing the username specified before the domain name.

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

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element