Skip to content

Commit fa71218

Browse files
authored
Merge pull request #802 from w3c/dalecurtis-patch-2
Mark ImageDecoderInit.data as AllowSharedBufferSource.
2 parents 4622f25 + 90ab77c commit fa71218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5747,7 +5747,7 @@
57475747
--------------------------------------------------------
57485748
<pre class='idl'>
57495749
<xmp>
5750-
typedef (BufferSource or ReadableStream) ImageBufferSource;
5750+
typedef (AllowSharedBufferSource or ReadableStream) ImageBufferSource;
57515751
dictionary ImageDecoderInit {
57525752
required DOMString type;
57535753
required ImageBufferSource data;

0 commit comments

Comments
 (0)