File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 191619161. If {{AudioDecoderConfig/codec}} is empty after
19171917 [=strip leading and trailing ASCII whitespace|stripping leading and trailing ASCII whitespace=],
19181918 return `false`.
1919- 2. If the result of running IsDetachedBuffer (described in
1920- [[!ECMASCRIPT]]) on {{AudioDecoderConfig/description}} is `true`, return ` false` .
1919+ 2. If {{AudioDecoderConfig/description}} is [[=BufferSource/detached=]], return
1920+ false.
192119213. Return `true`.
19221922
19231923< dl >
19721972 return `false`.
197319735. If {{VideoDecoderConfig/displayAspectWidth}} = 0 or
19741974 {{VideoDecoderConfig/displayAspectHeight}} = 0, return `false`.
1975- 6. If the result of running IsDetachedBuffer (described in
1976- [[!ECMASCRIPT]]) on {{VideoDecoderConfig/description}} is `true`, return ` false` .
1975+ 6. If {{VideoDecoderConfig/description}} is [[=BufferSource/detached=]],
1976+ return false.
197719777. Return `true`.
19781978
19791979< dl >
569956992. If |data| is of type {{ReadableStream}} and the ReadableStream is
57005700 [=ReadableStream/disturbed=] or [=ReadableStream/locked=], return `false`.
570157013. If |data| is of type {{BufferSource}}:
5702- 1. If the result of running IsDetachedBuffer (described in
5703- [[!ECMASCRIPT]]) on |data| is `true`, return `false`.
5702+ 1. If |data| is [[=BufferSource/detached=]], return false.
57045703 2. If |data| [=list/is empty=], return `false`.
570557044. If {{ImageDecoderInit/desiredWidth}} [=map/exists=] and
57065705 {{ImageDecoderInit/desiredHeight}} does not exist, return `false`.
You can’t perform that action at this time.
0 commit comments