We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cab83 commit f20c59aCopy full SHA for f20c59a
src/lib/dom.iterable.d.ts
@@ -31,7 +31,7 @@ interface NodeListOf<TNode extends Node> {
31
*/
32
entries(): IterableIterator<TNode>;
33
34
- forEach(callbackfn: (value: TNode, index: number, listObj: NodeList) => void, thisArg?: any): void;
+ forEach(callbackfn: (value: TNode, index: number, listObj: NodeListOf<TNode>) => void, thisArg?: any): void;
35
/**
36
* Returns an list of keys in the list
37
0 commit comments