Make DOMTokenList Iterable

This commit is contained in:
Tiziana Sellitto 2016-09-10 15:45:43 +02:00
parent b3db4b4c0d
commit 4efaa91cd1
3 changed files with 45 additions and 1 deletions

View file

@ -25,4 +25,5 @@ interface DOMTokenList {
attribute DOMString value;
stringifier;
iterable<DOMString?>;
};