Skip to content

Commit

Permalink
rm internal slot
Browse files Browse the repository at this point in the history
  • Loading branch information
palak8669 committed Apr 2, 2024
1 parent 9739ea1 commit 3c35ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ interface RTCEncodedVideoFrame {
</dt>
<dd>
<p>
Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal `[[metadata]]` slot to |options|`[metadata]`.
Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal metadata to |options|`[metadata]`.

When called, run the following steps:

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

When called, run the following steps:

Expand Down

0 comments on commit 3c35ee7

Please sign in to comment.