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

@rniwa commented on this pull request.



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

That sounds like a reasonable suggestion.

-- 
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_r486788018

Received on Friday, 11 September 2020 05:50:42 UTC