Skip to content

Commit fb9184d

Browse files
authored
Fix item number in VideoChunk ctor
1 parent 4ebfbd2 commit fb9184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@
26392639
4. For each |transferable| in |init|.{{EncodedVideoChunkInit/transfer}}:
26402640
1. Perform [DetachArrayBuffer](https://tc39.es/ecma262/#sec-detacharraybuffer)
26412641
on |transferable|
2642-
3. Return |chunk|.
2642+
5. Return |chunk|.
26432643

26442644
### Attributes ###{#encodedvideochunk-attributes}
26452645
: <dfn attribute for=EncodedVideoChunk>type</dfn>

0 commit comments

Comments
 (0)