(_init: ShadowRootInit)
| 219 | } |
| 220 | |
| 221 | attachShadow(_init: ShadowRootInit): RRElement { |
| 222 | return super.attachShadow(_init) as RRElement; |
| 223 | } |
| 224 | |
| 225 | appendChild(newChild: BaseRRNode): BaseRRNode { |
| 226 | return super.appendChild(newChild) as BaseRRNode; |
nothing calls this directly
no test coverage detected