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

Method remove

packages/miniprogram-render/src/node/node.js:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 remove() {
124 if (!this.parentNode || !this.parentNode.removeChild) return this
125
126 return this.parentNode.removeChild(this)
127 }
128}
129
130// 静态属性

Callers 14

adjust-css.jsFile · 0.45
node.test.jsFile · 0.45
class-list.test.jsFile · 0.45
element.test.jsFile · 0.45
removeAttributeMethod · 0.45
toggleFunction · 0.45
checkPlaceholderStyleMethod · 0.45
onPullingMethod · 0.45
onRestoreMethod · 0.45
onAbortMethod · 0.45
jquery-3.6.0.jsFile · 0.45
cloneCopyEventFunction · 0.45

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected