MCPcopy Index your code
hub / github.com/Tencent/kbone / removeAttribute

Method removeAttribute

packages/miniprogram-render/src/node/element.js:1038–1042  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1036 }
1037
1038 removeAttribute(name) {
1039 if (typeof name !== 'string') return false
1040
1041 return this.$_attrs.remove(name)
1042 }
1043
1044 setAttributeNS(namespace, name, value) {
1045 // 不支持 namespace,使用 setAttribute 来兼容

Callers 3

setAttributeMethod · 0.95
removeAttributeNSMethod · 0.95
element.test.jsFile · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected