mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
remove getEffectiveChildren from the DomApi
getEffectiveChildren only exists on the element, DomApi comes with getEffectiveChildNodes only
This commit is contained in:
2
types/polymer/index.d.ts
vendored
2
types/polymer/index.d.ts
vendored
@@ -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