Skip to content

Commit c5257e2

Browse files
committed
Make AudioDecoderConfig.description AllowShared
1 parent dc3cf30 commit c5257e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@
19401940
required DOMString codec;
19411941
[EnforceRange] required unsigned long sampleRate;
19421942
[EnforceRange] required unsigned long numberOfChannels;
1943-
BufferSource description;
1943+
AllowSharedBufferSource description;
19441944
};
19451945
</xmp>
19461946

0 commit comments

Comments
 (0)