Skip to content

Commit 7eb45a1

Browse files
author
arottier
committed
add names to dfn
1 parent 020ee4a commit 7eb45a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dom.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3320,6 +3320,8 @@ dictionary MutationObserverInit {
33203320
boolean attributeOldValue;
33213321
boolean characterDataOldValue;
33223322
sequence<DOMString> attributeFilter;
3323+
sequence<DOMString> elementHasAttributeNameFilter;
3324+
sequence<DOMString> elementLocalNameFilter;
33233325
};
33243326
</pre>
33253327

0 commit comments

Comments
 (0)