A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/de/docs/Web/API/SVGScriptElement/href below:

SVGScriptElement: href-Eigenschaft - Web-APIs | MDN

SVGScriptElement: href-Eigenschaft

Baseline Widely available

Die schreibgeschützte href-Eigenschaft des SVGScriptElement-Interfaces spiegelt das href- oder xlink:href- Veraltet -Attribut des gegebenen <script>-Elements wider.

Wert

Ein SVGAnimatedString-Objekt.

Beispiele Zugriff auf die href-Eigenschaft
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="200">
  <script id="myScript" href="script.js"></script>
</svg>
const scriptElement = document.getElementById("myScript");

// Access the href property
console.log(scriptElement.href.baseVal); // Output: "script.js"
Spezifikationen Browser-Kompatibilität MDN-Feedback-Box War diese Übersetzung hilfreich?

Diese Seite wurde automatisch aus dem Englischen übersetzt.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4