@@ -5,7 +5,7 @@ Index: dom.generated.d.ts
5
5
===================================================================
6
6
--- dom.generated.d.ts
7
7
+++ dom.generated.d.ts
8
- @@ -3293 ,11 +3293 ,16 @@
8
+ @@ -3356 ,11 +3356 ,16 @@
9
9
};
10
10
11
11
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParamMap) */
@@ -25,7 +25,7 @@ Index: dom.generated.d.ts
25
25
}
26
26
27
27
declare var AudioParamMap: {
28
- @@ -3726 ,9 +3731 ,9 @@
28
+ @@ -3789 ,9 +3794 ,9 @@
29
29
bytes(): Promise<Uint8Array>;
30
30
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData) */
31
31
formData(): Promise<FormData>;
@@ -36,7 +36,7 @@ Index: dom.generated.d.ts
36
36
text(): Promise<string>;
37
37
}
38
38
39
- @@ -6927 ,11 +6932 ,11 @@
39
+ @@ -7044 ,11 +7049 ,11 @@
40
40
};
41
41
42
42
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomStateSet) */
@@ -51,7 +51,7 @@ Index: dom.generated.d.ts
51
51
}
52
52
53
53
declare var CustomStateSet: {
54
- @@ -8375 ,9 +8380 ,9 @@
54
+ @@ -8530 ,9 +8535 ,9 @@
55
55
/**
56
56
* Returns a reference to the first object with the specified value of the ID attribute.
57
57
* @param elementId String that specifies the ID value.
@@ -62,7 +62,7 @@ Index: dom.generated.d.ts
62
62
* Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
63
63
*
64
64
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getElementsByClassName)
65
- @@ -8563 ,9 +8568 ,9 @@
65
+ @@ -8719 ,9 +8724 ,9 @@
66
66
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentFragment)
67
67
*/
68
68
interface DocumentFragment extends Node, NonElementParentNode, ParentNode {
@@ -73,7 +73,7 @@ Index: dom.generated.d.ts
73
73
74
74
declare var DocumentFragment: {
75
75
prototype: DocumentFragment;
76
- @@ -9378 ,11 +9383 ,11 @@
76
+ @@ -9542 ,11 +9547 ,11 @@
77
77
};
78
78
79
79
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventCounts) */
@@ -88,7 +88,7 @@ Index: dom.generated.d.ts
88
88
}
89
89
90
90
declare var EventCounts: {
91
- @@ -9914 ,11 +9919 ,16 @@
91
+ @@ -10078 ,11 +10083 ,16 @@
92
92
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/check) */
93
93
check(font: string, text?: string): boolean;
94
94
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/load) */
@@ -108,7 +108,7 @@ Index: dom.generated.d.ts
108
108
addEventListener<K extends keyof FontFaceSetEventMap>(
109
109
type: K,
110
110
listener: (this: FontFaceSet, ev: FontFaceSetEventMap[K]) => any,
111
- @@ -16210 ,15 +16220 ,16 @@
111
+ @@ -16529 ,15 +16539 ,16 @@
112
112
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority) */
113
113
priority: number;
114
114
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/type) */
@@ -128,7 +128,7 @@ Index: dom.generated.d.ts
128
128
}
129
129
130
130
declare var Highlight: {
131
- @@ -16227 ,15 +16238 ,16 @@
131
+ @@ -16546 ,15 +16557 ,16 @@
132
132
};
133
133
134
134
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HighlightRegistry) */
@@ -148,7 +148,7 @@ Index: dom.generated.d.ts
148
148
}
149
149
150
150
declare var HighlightRegistry: {
151
- @@ -17663 ,11 +17675 ,16 @@
151
+ @@ -18046 ,11 +18058 ,16 @@
152
152
*
153
153
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIInputMap)
154
154
*/
@@ -168,7 +168,7 @@ Index: dom.generated.d.ts
168
168
}
169
169
170
170
declare var MIDIInputMap: {
171
- @@ -17730 ,11 +17747 ,16 @@
171
+ @@ -18113 ,11 +18130 ,16 @@
172
172
*
173
173
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIOutputMap)
174
174
*/
@@ -188,7 +188,7 @@ Index: dom.generated.d.ts
188
188
}
189
189
190
190
declare var MIDIOutputMap: {
191
- @@ -19528 ,9 +19550 ,9 @@
191
+ @@ -20007 ,9 +20029 ,9 @@
192
192
new (): NodeList;
193
193
};
194
194
@@ -199,7 +199,7 @@ Index: dom.generated.d.ts
199
199
* Performs the specified action for each node in an list.
200
200
* @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the list.
201
201
* @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.
202
- @@ -22073 ,11 +22095 ,11 @@
202
+ @@ -22578 ,11 +22600 ,11 @@
203
203
};
204
204
205
205
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCStatsReport) */
@@ -214,14 +214,34 @@ Index: dom.generated.d.ts
214
214
}
215
215
216
216
declare var RTCStatsReport: {
217
- @@ -34926,13 +34948,16 @@
217
+ @@ -29203,15 +29225,11 @@
218
+ new (): ViewTransition;
219
+ };
220
+
221
+ interface ViewTransitionTypeSet {
222
+ - forEach(
223
+ - callbackfn: (
224
+ - value: string,
225
+ - key: string,
226
+ - parent: ViewTransitionTypeSet,
227
+ - ) => void,
228
+ - thisArg?: any,
229
+ + forEach<This = undefined>(
230
+ + callbackfn: (this: This, value: string, key: string, parent: this) => void,
231
+ + thisArg?: This,
232
+ ): void;
233
+ }
234
+
235
+ declare var ViewTransitionTypeSet: {
236
+ @@ -35597,13 +35615,16 @@
218
237
handler: TimerHandler,
219
238
timeout?: number,
220
239
...arguments: any[]
221
240
): number;
222
- +
223
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/structuredClone) */
241
+ - /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/structuredClone) */
224
242
- declare function structuredClone<T = any>(
243
+ +
244
+ + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/structuredClone) */
225
245
+ declare function structuredClone<
226
246
+ const T extends BetterTypeScriptLibInternals.StructuredClone.Constraint<T>,
227
247
+ >(
@@ -233,7 +253,7 @@ Index: dom.generated.d.ts
233
253
declare var sessionStorage: Storage;
234
254
declare function addEventListener<K extends keyof WindowEventMap>(
235
255
type: K,
236
- @@ -35607 ,4 +35632 ,125 @@
256
+ @@ -36287 ,4 +36308 ,125 @@
237
257
| "blob"
238
258
| "document"
239
259
| "json"
0 commit comments