Re: [whatwg/dom] Add new mutation observer init options elementFilterByAttribute and elementLocalNameFilter (#885)

@annevk commented on this pull request.



> @@ -3320,6 +3320,8 @@ dictionary MutationObserverInit {
   boolean attributeOldValue;
   boolean characterDataOldValue;
   sequence<DOMString> attributeFilter;
+  sequence<DOMString> elementFilterByAttribute;
+  sequence<DOMString> elementLocalNameFilter;

Also, @smaug---- suggested that maybe all filters should end with `Filter`, which seems reasonable. That would suggest `elementByAttributeFilter` and `elementFilter` to me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/885#discussion_r486225314

Received on Thursday, 10 September 2020 10:16:18 UTC