A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/de/docs/Web/API/NamedNodeMap/length below:

NamedNodeMap: length-Eigenschaft - Web-APIs | MDN

NamedNodeMap: length-Eigenschaft

Baseline Widely available

Die schreibgeschützte length-Eigenschaft des NamedNodeMap-Interfaces ist die Anzahl der Objekte, die in der Map gespeichert sind.

Wert

Eine Zahl, die die Anzahl der Objekte in der Map enthält

Beispiel
<pre class="foo" id="bar" contenteditable></pre>
const pre = document.querySelector("pre");
const attrMap = pre.attributes;
pre.textContent = `The 'test' attribute contains ${attrMap.length} attributes.\n`;
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