MCPcopy Create free account
hub / github.com/spritejs/spritejs / removeAttribute

Method removeAttribute

src/node/node.js:522–524  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

520 }
521
522 removeAttribute(key) {
523 this.setAttribute(key, null);
524 }
525
526 removeEventListener(type, listener, options = {}) {
527 if(typeof options === 'boolean') options = {capture: options};

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.95

Tested by

no test coverage detected