Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/lib.dom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ interface MutationObserverInit {
/**
* Set to a list of attribute local names (without namespace) if not all attribute mutations need to be observed and attributes is true or omitted.
*/
attributeFilter?: string[];
attributeFilter?: string[] || IterableIterator<string>;
/**
* Set to true if attributes is true or omitted and target's attribute value before the mutation needs to be recorded.
*/
Expand Down