|
111 | 111 | }, |
112 | 112 | "dictionaries": { |
113 | 113 | "dictionary": { |
114 | | - "AudioContextOptions": { |
115 | | - "members": { |
116 | | - "member": { |
117 | | - "renderSizeHint": null, // No implementation as of 2023-10 |
118 | | - "sinkId": null // Blink only as of 2023-10 |
119 | | - } |
120 | | - } |
121 | | - }, |
122 | | - "AudioEncoderConfig": { |
123 | | - "members": { |
124 | | - "member": { |
125 | | - "flac": null // Blink only as of 2024-09 |
126 | | - } |
127 | | - } |
128 | | - }, |
129 | | - "CanvasRenderingContext2DSettings": { |
130 | | - "members": { |
131 | | - "member": { |
132 | | - "colorType": null // No implementation as of 2025-02 |
133 | | - } |
134 | | - } |
135 | | - }, |
136 | | - "CredentialCreationOptions": { |
137 | | - "members": { |
138 | | - "member": { |
139 | | - "digital": null, // Blink test-only as of 2025-05 |
140 | | - "federated": null, // Blink only as of 2025-05 |
141 | | - "password": null, // Blink only as of 2025-05 |
142 | | - "mediation": null // WebKit only as of 2025-05 |
143 | | - } |
144 | | - } |
145 | | - }, |
146 | | - "DisplayMediaStreamOptions": { |
147 | | - "members": { |
148 | | - "member": { |
149 | | - // Only `audio` and `video` are implemented by 2+ engines, everything else is currently Blink only. |
150 | | - // https://searchfox.org/mozilla-central/source/dom/webidl/MediaStream.webidl |
151 | | - // https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaDevices.idl |
152 | | - // https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/node_modules/@webref/idl/screen-capture.idl |
153 | | - "monitorTypeSurfaces": null, |
154 | | - "selfBrowserSurface": null, |
155 | | - "surfaceSwitching": null, |
156 | | - "systemAudio": null, |
157 | | - "windowAudio": null |
158 | | - } |
159 | | - } |
160 | | - }, |
161 | | - "EncodedVideoChunkInit": { |
162 | | - "members": { |
163 | | - "member": { |
164 | | - "transfer": null, // Blink only as of 2023-11 |
165 | | - } |
166 | | - } |
167 | | - }, |
168 | | - "EncodedVideoChunkMetadata": { |
169 | | - "members": { |
170 | | - "member": { |
171 | | - "alphaSideData": null, // Blink only as of 2023-03 |
172 | | - } |
173 | | - } |
174 | | - }, |
175 | | - "FetchEventInit": { |
176 | | - "members": { |
177 | | - "member": { |
178 | | - "replacesClientId": null // Not implemented as of 2025-04 |
179 | | - } |
180 | | - } |
181 | | - }, |
182 | | - "GetAnimationsOptions": { |
183 | | - "members": { |
184 | | - "member": { |
185 | | - "pseudoElement": null // No implementation as of 2024-11 |
186 | | - } |
187 | | - } |
188 | | - }, |
189 | 114 | "ImageDataSettings": { |
190 | 115 | "members": { |
191 | 116 | "member": { |
|
0 commit comments