Skip to content

Commit e56b05b

Browse files
committed
Clarify type attribute getter
1 parent 64a18b1 commit e56b05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ interface RTCEncodedVideoFrame {
571571
</dt>
572572
<dd>
573573
<p>
574-
The type attribute allows the application to determine when a key frame is being
575-
sent or received.
574+
The type attribute allows the application to determine when a frame is a key frame or a delta frame.
575+
On getting, |this|.`[[type]]` MUST be returned.
576576
</p>
577577
</dd>
578578
<dt>

0 commit comments

Comments
 (0)