diff --git a/plugins/auto-xhr.js b/plugins/auto-xhr.js index b5de3326..3821eaa8 100644 --- a/plugins/auto-xhr.js +++ b/plugins/auto-xhr.js @@ -1352,6 +1352,7 @@ // but does not return a string url = node.src || (typeof node.getAttribute === "function" && node.getAttribute("xlink:href")) || + (node.href instanceof SVGAnimatedString && node.href.baseVal) || node.href; // we get called from src/href attribute changes but also from nodes being added