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

Method removeAttributeNS

src/undom.js:132–134  ·  view source on GitHub ↗
(ns, name)

Source from the content-addressed store, hash-verified

130 return attr && attr.value;
131 }
132 removeAttributeNS(ns, name) {
133 splice(this.attributes, createAttributeFilter(ns, name));
134 }
135
136 addEventListener(type, handler) {
137 (this.__handlers[toLower(type)] || (this.__handlers[toLower(type)] = [])).push(handler);

Callers 1

removeAttributeMethod · 0.95

Calls 2

spliceFunction · 0.90
createAttributeFilterFunction · 0.90

Tested by

no test coverage detected