- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 12 Aug 2020 16:02:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 August 2020 23:02:38 UTC
@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