Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developit/undom
/ remove
Method
remove
src/undom.js:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
return
child;
72
}
73
remove() {
74
if
(this.parentNode) this.parentNode.removeChild(this);
75
}
76
}
77
78
Callers
2
insertBefore
Method · 0.80
replaceChild
Method · 0.80
Calls
1
removeChild
Method · 0.80
Tested by
no test coverage detected