You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceHTMLKind{"a": HTMLAnchorElement;"div": HTMLDivElement;"span": HTMLSpanElement;"input": HTMLInputElement;// ... dozens more ...[s: string]: HTMLElement;}// Incorrect error on the return type heredeclarefunctiongetElementsByTagName<TextendskeyofHTMLKind>(k: T): NodeListOf<HTMLKind[T]>;
Expected behavior:
No error
Actual behavior:
Type 'HTMLKind[T]' does not satisfy the constraint 'Node'.
The text was updated successfully, but these errors were encountered:
TypeScript Version: master
Code
Expected behavior:
No error
Actual behavior:
The text was updated successfully, but these errors were encountered: