mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make NodeList iterable
This commit is contained in:
parent
92c3961743
commit
b4ac513371
3 changed files with 44 additions and 1 deletions
|
@ -12,5 +12,5 @@ interface NodeList {
|
|||
getter Node? item(unsigned long index);
|
||||
[Pure]
|
||||
readonly attribute unsigned long length;
|
||||
// iterable<Node>;
|
||||
iterable<Node?>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue