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

@rniwa commented on this pull request.



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

I don't think this option name is great. How about elementFilterByAttribute?


-- 
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#pullrequestreview-466333373

Received on Wednesday, 12 August 2020 23:02:38 UTC