Skip to content

Commit 3c35ee7

Browse files
committed
rm internal slot
1 parent 9739ea1 commit 3c35ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ interface RTCEncodedVideoFrame {
444444
</dt>
445445
<dd>
446446
<p>
447-
Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal `[[metadata]]` slot to |options|`[metadata]`.
448-
447+
Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal metadata to |options|`[metadata]`.
448+
449449
When called, run the following steps:
450450

451451
1. Set this.`[[type]]` to |originalFrame|.`[[type]]`.
@@ -669,7 +669,7 @@ interface RTCEncodedAudioFrame {
669669
</dt>
670670
<dd>
671671
<p>
672-
Creates a new {{RTCEncodedAudioFrame}} from the given |originalFrame| and sets the internal `[[metadata]]` slot to |options|`[metadata]`.
672+
Creates a new {{RTCEncodedAudioFrame}} from the given |originalFrame| and sets the internal metadata to |options|`[metadata]`.
673673

674674
When called, run the following steps:
675675

0 commit comments

Comments
 (0)