@@ -5,10 +5,10 @@ Index: dom.generated.d.ts
5
5
===================================================================
6
6
--- dom.generated.d.ts
7
7
+++ dom.generated.d.ts
8
- @@ -2515,11 +2515,16 @@
9
- new (): AudioParam;
8
+ @@ -2910,11 +2910,16 @@
10
9
};
11
10
11
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParamMap) */
12
12
interface AudioParamMap {
13
13
- forEach(
14
14
- callbackfn: (value: AudioParam, key: string, parent: AudioParamMap) => void,
@@ -25,21 +25,21 @@ Index: dom.generated.d.ts
25
25
}
26
26
27
27
declare var AudioParamMap: {
28
- @@ -2821,9 +2826,9 @@
29
- readonly bodyUsed: boolean;
30
- arrayBuffer(): Promise<ArrayBuffer>;
28
+ @@ -3331,9 +3336,9 @@
31
29
blob(): Promise<Blob>;
30
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData) */
32
31
formData(): Promise<FormData>;
32
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/json) */
33
33
- json(): Promise<any>;
34
34
+ json(): Promise<JSONValue>;
35
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/text) */
35
36
text(): Promise<string>;
36
37
}
37
38
38
- interface BroadcastChannelEventMap {
39
- @@ -5948,11 +5953,11 @@
40
- readonly BUBBLING_PHASE: 3;
39
+ @@ -8785,11 +8790,11 @@
41
40
};
42
41
42
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventCounts) */
43
43
interface EventCounts {
44
44
- forEach(
45
45
- callbackfn: (value: number, key: string, parent: EventCounts) => void,
@@ -51,10 +51,10 @@ Index: dom.generated.d.ts
51
51
}
52
52
53
53
declare var EventCounts: {
54
- @@ -6328,11 +6333,16 @@
55
- readonly ready: Promise<FontFaceSet>;
56
- readonly status: FontFaceSetLoadStatus;
54
+ @@ -9331,11 +9336,16 @@
55
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/check) */
57
56
check(font: string, text?: string): boolean;
57
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSet/load) */
58
58
load(font: string, text?: string): Promise<FontFace[]>;
59
59
- forEach(
60
60
- callbackfn: (value: FontFace, key: FontFace, parent: FontFaceSet) => void,
@@ -71,10 +71,10 @@ Index: dom.generated.d.ts
71
71
addEventListener<K extends keyof FontFaceSetEventMap>(
72
72
type: K,
73
73
listener: (this: FontFaceSet, ev: FontFaceSetEventMap[K]) => any,
74
- @@ -11689 ,11 +11699 ,16 @@
75
- };
76
-
77
- /** Available only in secure contexts. */
74
+ @@ -16961 ,11 +16971 ,16 @@
75
+ *
76
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIInputMap)
77
+ */
78
78
interface MIDIInputMap {
79
79
- forEach(
80
80
- callbackfn: (value: MIDIInput, key: string, parent: MIDIInputMap) => void,
@@ -91,10 +91,10 @@ Index: dom.generated.d.ts
91
91
}
92
92
93
93
declare var MIDIInputMap: {
94
- @@ -11742 ,11 +11757 ,16 @@
95
- };
96
-
97
- /** Available only in secure contexts. */
94
+ @@ -17028 ,11 +17043 ,16 @@
95
+ *
96
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIOutputMap)
97
+ */
98
98
interface MIDIOutputMap {
99
99
- forEach(
100
100
- callbackfn: (value: MIDIOutput, key: string, parent: MIDIOutputMap) => void,
@@ -111,10 +111,10 @@ Index: dom.generated.d.ts
111
111
}
112
112
113
113
declare var MIDIOutputMap: {
114
- @@ -14680,11 +14700,11 @@
115
- new (descriptionInitDict: RTCSessionDescriptionInit): RTCSessionDescription;
114
+ @@ -21304,11 +21324,11 @@
116
115
};
117
116
117
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCStatsReport) */
118
118
interface RTCStatsReport {
119
119
- forEach(
120
120
- callbackfn: (value: any, key: string, parent: RTCStatsReport) => void,
0 commit comments