Update lib.dom.d.ts: MutationObserverInit.attributeFilter can accept an iterator#55989
Update lib.dom.d.ts: MutationObserverInit.attributeFilter can accept an iterator#55989trusktr wants to merge 1 commit intomicrosoft:mainfrom
MutationObserverInit.attributeFilter can accept an iterator#55989Conversation
`MutationObserverInit.attributeFilter` can accept an iterator
|
The bot pointed you to the relevant documentation in #50031 but basically you have to make changes to the DOM libs at https://github.com/Microsoft/TSJS-lib-generator, because the ones in the TS repo are autogenerated from there. |
That time, they had edited |
|
Hmm, so is TSJS-lib-generator obsolete now? |

Re-opening of #50031. Please see description there.
Please point me to guidance on how to make this change, and I'll update the PR.
Closes #55990