|
16 | 16 | "ConnectionType": { |
17 | 17 | "value": ["wimax"] |
18 | 18 | }, |
19 | | - "KeyFormat": { |
20 | | - "value": [ |
21 | | - "raw-private", // No implementation as of 2025-09 |
22 | | - "raw-public", // No implementation as of 2025-09 |
23 | | - "raw-secret", // No implementation as of 2025-09 |
24 | | - "raw-seed" // No implementation as of 2025-09 |
25 | | - ] |
26 | | - }, |
27 | | - "KeyUsage": { |
28 | | - "value": [ |
29 | | - "decapsulateBits", // No implementation as of 2025-09 |
30 | | - "decapsulateKey", // No implementation as of 2025-09 |
31 | | - "encapsulateBits", // No implementation as of 2025-09 |
32 | | - "encapsulateKey" // No implementation as of 2025-09 |
33 | | - ] |
34 | | - }, |
35 | 19 | "MediaSessionAction": { |
36 | 20 | "value": [ |
37 | 21 | "enterpictureinpicture", // Blink only as of 2024-07 |
|
234 | 218 | } |
235 | 219 | } |
236 | 220 | }, |
237 | | - "CredentialRequestOptions": { |
238 | | - "members": { |
239 | | - "member": { |
240 | | - // Only `mediation`, `publicKey`, `signal` are implemented by 2+ engines, everything else is currently Blink only. |
241 | | - // https://searchfox.org/mozilla-central/source/dom/webidl/CredentialManagement.webidl |
242 | | - // https://searchfox.org/wubkat/source/Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.idl |
243 | | - // https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/credentialmanagement/credential_request_options.idl |
244 | | - "digital": null, // Behind a flag in WebKit and Blink as of 2024-03 |
245 | | - "federated": null, |
246 | | - "identity": null, |
247 | | - "otp": null, |
248 | | - "password": null |
249 | | - } |
250 | | - } |
251 | | - }, |
252 | 221 | "DisplayMediaStreamOptions": { |
253 | 222 | "members": { |
254 | 223 | "member": { |
|
322 | 291 | } |
323 | 292 | } |
324 | 293 | }, |
325 | | - "JsonWebKey": { |
326 | | - "members": { |
327 | | - "member": { |
328 | | - "priv": null, // No implementation as of 2025-09 |
329 | | - "pub": null // No implementation as of 2025-09 |
330 | | - } |
331 | | - } |
332 | | - }, |
333 | 294 | "KeyframeAnimationOptions": { |
334 | 295 | "members": { |
335 | 296 | "member": { |
|
338 | 299 | } |
339 | 300 | } |
340 | 301 | }, |
341 | | - "KeySystemTrackConfiguration": { |
342 | | - "members": { |
343 | | - "member": { |
344 | | - "encryptionScheme": null // Gecko only as of 2025-05 |
345 | | - } |
346 | | - } |
347 | | - }, |
348 | 302 | "MediaCapabilitiesDecodingInfo": { |
349 | 303 | "members": { |
350 | 304 | "member": { |
|
453 | 407 | } |
454 | 408 | } |
455 | 409 | }, |
456 | | - "PublicKeyCredentialCreationOptions": { |
457 | | - "members": { |
458 | | - "member": { |
459 | | - "attestationFormats": null, // Blink only as of 2024-08 |
460 | | - "hints": null // Blink only as of 2024-08 |
461 | | - } |
462 | | - } |
463 | | - }, |
464 | | - "PublicKeyCredentialCreationOptionsJSON": { |
465 | | - "members": { |
466 | | - "member": { |
467 | | - "attestationFormats": null // Gecko only as of 2024-08 |
468 | | - } |
469 | | - } |
470 | | - }, |
471 | | - "PublicKeyCredentialRequestOptions": { |
472 | | - "members": { |
473 | | - "member": { |
474 | | - "hints": null // Blink only as of 2024-08 |
475 | | - } |
476 | | - } |
477 | | - }, |
478 | 410 | "PushEventInit": { |
479 | 411 | "members": { |
480 | 412 | "member": { |
|
0 commit comments