Update lib.dom.d.ts, MutationObserverInit.attributeFilter can accept an iterator#50031
Update lib.dom.d.ts, MutationObserverInit.attributeFilter can accept an iterator#50031trusktr wants to merge 1 commit intomicrosoft:mainfrom
MutationObserverInit.attributeFilter can accept an iterator#50031Conversation
`MutationObserverInit.attributeFilter` can accept an iterator
|
It looks like you've sent a pull request to update our 'lib' files. These files aren't meant to be edited by hand, as they consist of last-known good states of the compiler and are generated from 'src/lib' or possibly our lib generator. Unless this is necessary, consider closing the pull request and sending a separate PR to update 'src/lib' or https://github.com/microsoft/TypeScript-DOM-lib-generator |
|
It looks like you've sent a pull request to update some generated declaration files related to the DOM. These files aren't meant to be edited by hand, as they are synchronized with files in the TSJS-lib-generator repository. You can read more here. For house-keeping purposes, this pull request will be closed. |
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
This is still an issue. How do we fix it? |
I have a feeling this is in the wrong place, but figured I'd get started and then redirected. Iterators work fine in this location:
Further explanation: whatwg/dom#1092
Fixes #