mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Make DOMTokenList Iterable
This commit is contained in:
@@ -25,4 +25,5 @@ interface DOMTokenList {
|
||||
attribute DOMString value;
|
||||
|
||||
stringifier;
|
||||
iterable<DOMString?>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user