Back to Content

SVGAElement: password property

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

latest399 B
Original Source

{{APIRef("SVG")}}

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

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

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element