@@ -7,6 +7,10 @@ interface AudioTrackList {
7
7
[ Symbol . iterator ] ( ) : IterableIterator < AudioTrack >
8
8
}
9
9
10
+ interface ClientRectList {
11
+ [ Symbol . iterator ] ( ) : IterableIterator < ClientRect >
12
+ }
13
+
10
14
interface CSSRuleList {
11
15
[ Symbol . iterator ] ( ) : IterableIterator < CSSRule >
12
16
}
@@ -15,8 +19,8 @@ interface CSSStyleDeclaration {
15
19
[ Symbol . iterator ] ( ) : IterableIterator < string >
16
20
}
17
21
18
- interface ClientRectList {
19
- [ Symbol . iterator ] ( ) : IterableIterator < ClientRect >
22
+ interface DataTransferItemList {
23
+ [ Symbol . iterator ] ( ) : IterableIterator < File >
20
24
}
21
25
22
26
interface DOMStringList {
@@ -27,10 +31,6 @@ interface DOMTokenList {
27
31
[ Symbol . iterator ] ( ) : IterableIterator < string >
28
32
}
29
33
30
- interface DataTransferItemList {
31
- [ Symbol . iterator ] ( ) : IterableIterator < File >
32
- }
33
-
34
34
interface FileList {
35
35
[ Symbol . iterator ] ( ) : IterableIterator < File >
36
36
}
@@ -43,10 +43,6 @@ interface HTMLCollection {
43
43
[ Symbol . iterator ] ( ) : IterableIterator < Element >
44
44
}
45
45
46
- interface MSRangeCollection {
47
- [ Symbol . iterator ] ( ) : IterableIterator < Range >
48
- }
49
-
50
46
interface MediaList {
51
47
[ Symbol . iterator ] ( ) : IterableIterator < string >
52
48
}
@@ -55,6 +51,10 @@ interface MimeTypeArray {
55
51
[ Symbol . iterator ] ( ) : IterableIterator < Plugin >
56
52
}
57
53
54
+ interface MSRangeCollection {
55
+ [ Symbol . iterator ] ( ) : IterableIterator < Range >
56
+ }
57
+
58
58
interface NamedNodeMap {
59
59
[ Symbol . iterator ] ( ) : IterableIterator < Attr >
60
60
}
0 commit comments