remove getEffectiveChildren from the DomApi

getEffectiveChildren only exists on the element, DomApi comes with getEffectiveChildNodes only
This commit is contained in:
Dmytro Kossa
2019-01-30 14:36:18 +01:00
committed by GitHub
parent 99c296bbfa
commit 051f2ed010

View File

@@ -281,8 +281,6 @@ declare global {
observeNodes(callback: (info: ObservedNodeInfo) => void): {};
unobserveNodes(observer: {}): void;
getEffectiveChildren(): Node[];
getEffectiveChildNodes(): Node[];