mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 02:00:21 +00:00
remove getEffectiveChildren from the DomApi
getEffectiveChildren only exists on the element, DomApi comes with getEffectiveChildNodes only
This commit is contained in:
Vendored
-2
@@ -281,8 +281,6 @@ declare global {
|
||||
observeNodes(callback: (info: ObservedNodeInfo) => void): {};
|
||||
|
||||
unobserveNodes(observer: {}): void;
|
||||
|
||||
getEffectiveChildren(): Node[];
|
||||
|
||||
getEffectiveChildNodes(): Node[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user