@webref/idl 3.47.3 → 3.47.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webref/idl",
3
3
  "description": "Web IDL definitions of the web platform",
4
- "version": "3.47.3",
4
+ "version": "3.47.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/w3c/webref.git"
package/webauthn.idl CHANGED
@@ -268,7 +268,7 @@ enum UserVerificationRequirement {
268
268
 
269
269
  enum ClientCapability {
270
270
  "conditionalCreate",
271
- "conditionalMediation",
271
+ "conditionalGet",
272
272
  "hybridTransport",
273
273
  "passkeyPlatformAuthenticator",
274
274
  "userVerifyingPlatformAuthenticator",
package/webcodecs.idl CHANGED
@@ -229,7 +229,7 @@ dictionary EncodedAudioChunkInit {
229
229
  required EncodedAudioChunkType type;
230
230
  [EnforceRange] required long long timestamp; // microseconds
231
231
  [EnforceRange] unsigned long long duration; // microseconds
232
- required BufferSource data;
232
+ required AllowSharedBufferSource data;
233
233
  sequence<ArrayBuffer> transfer = [];
234
234
  };
235
235