Firefox Tomorrow

web api instance property

SVGAElement: search property

View on MDN ↗

The search property of the SVGAElement interface returns a string representing the URL’s query string, if any, including the leading question mark (?).

This property can be set, to change the URL’s query component.

Value

A string.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also

  • SVG <a> element