Back to Content

SVGAElement: referrerpolicy property

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

latest638 B
Original Source

{{APIRef("SVG")}}

The referrerpolicy property of the {{domxref("SVGAElement")}} interface returns a string specifying which referrer to send when fetching the URL..

This property can be set, to change the URL's referrerpolicy value. It reflects the value of the referrerpolicy attribute.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also