@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 +1 -1
- package/webauthn.idl +1 -1
- package/webcodecs.idl +1 -1
package/package.json
CHANGED
package/webauthn.idl
CHANGED
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
|
|
232
|
+
required AllowSharedBufferSource data;
|
|
233
233
|
sequence<ArrayBuffer> transfer = [];
|
|
234
234
|
};
|
|
235
235
|
|