Back to Content

SVGAElement: origin property

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

latest374 B
Original Source

{{APIRef("SVG")}}

The origin readonly property of the {{domxref("SVGAElement")}} interface returns a string containing the origin of the URL — that is, its scheme, its domain and its port.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG <a> element