MCPcopy Create free account
hub / github.com/developit/undom / removeAttribute

Method removeAttribute

src/undom.js:119–121  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

117 return this.getAttributeNS(null, key);
118 }
119 removeAttribute(key) {
120 this.removeAttributeNS(null, key);
121 }
122
123 setAttributeNS(ns, name, value) {
124 let attr = findWhere(this.attributes, createAttributeFilter(ns, name));

Callers

nothing calls this directly

Calls 1

removeAttributeNSMethod · 0.95

Tested by

no test coverage detected