Baseline Widely available
Die schreibgeschützte length
-Eigenschaft des NamedNodeMap
-Interfaces ist die Anzahl der Objekte, die in der Map gespeichert sind.
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