mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make DOMTokenList Iterable
This commit is contained in:
parent
b3db4b4c0d
commit
4efaa91cd1
3 changed files with 45 additions and 1 deletions
|
@ -25,4 +25,5 @@ interface DOMTokenList {
|
|||
attribute DOMString value;
|
||||
|
||||
stringifier;
|
||||
iterable<DOMString?>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue