Skip to content

Commit c8e9693

Browse files
youennfdomenic
andauthored
Update index.bs
Co-authored-by: Domenic Denicola <[email protected]>
1 parent 09fea7d commit c8e9693

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The <dfn>readEncodedData</dfn> algorithm is given a |rtcObject| as parameter. It
192192
1. Wait for a frame to be produced by |rtcObject|'s encoder if it is a {{RTCRtpSender}} or |rtcObject|'s packetizer if it is a {{RTCRtpReceiver}}.
193193
2. Let |frame| be the newly produced frame.
194194
3. Set |frame|.`[[owner]]` to |rtcObject|.
195-
4. <a href="https://streams.spec.whatwg.org/#readablestream-enqueue">Enqueue</a> |frame| in |rtcObject|.`[[readable]]`.
195+
4. [=ReadableStream/enqueue=] |frame| in |rtcObject|.`[[readable]]`.
196196

197197
The <dfn>writeEncodedData</dfn> algorithm is given a |rtcObject| as parameter and a |frame| as input. It is defined by running the following steps:
198198
1. If |frame|.`[[owner]]` is not equal to |rtcObject|, abort these steps. A processor cannot create frames, or move frames between streams.
@@ -290,4 +290,3 @@ otherwise unavailable, which allows some fingerprinting surface.
290290
# Examples # {#examples}
291291

292292
See the [explainer document](https://github.com/w3c/webrtc-insertable-streams/blob/master/explainer.md#code-examples).
293-

0 commit comments

Comments
 (0)