SVGAElement: ping property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The ping
property of the SVGAElement
interface returns a string that reflects the ping
attribute, containing a space-separated list of URLs to which, when the hyperlink is followed, POST
requests with the body PING
will be sent by the browser (in the background). Typically used for tracking.
This property can be set, to change the URL's ping
value. It reflects the value of the ping
attribute.
Value
A string.
Specifications
Specification |
---|
Scalable Vector Graphics (SVG) 2> # __svg__SVGAElement__ping> |
Browser compatibility
Loading…
See also
ping
attribute