Skip to content

Commit

Permalink
Merge pull request #802 from w3c/dalecurtis-patch-2
Browse files Browse the repository at this point in the history
Mark ImageDecoderInit.data as AllowSharedBufferSource.
  • Loading branch information
Djuffin authored Jul 17, 2024
2 parents 4622f25 + 90ab77c commit fa71218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -5747,7 +5747,7 @@
--------------------------------------------------------
<pre class='idl'>
<xmp>
typedef (BufferSource or ReadableStream) ImageBufferSource;
typedef (AllowSharedBufferSource or ReadableStream) ImageBufferSource;
dictionary ImageDecoderInit {
required DOMString type;
required ImageBufferSource data;
Expand Down

0 comments on commit fa71218

Please sign in to comment.