You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,9 @@ argument, ensure that the codec is disabled and produces no output.
162
162
At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the following steps:
163
163
1. Initialize `[[Streams]]` to null.
164
164
2. Initialize `[[transform]]` to null.
165
-
3. Initialize `[[readable]]` to the result of <a href="https://streams.spec.whatwg.org/#readablestream-create">creating a</a>{{ReadableStream}}. `[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
165
+
3. Initialize `[[readable]]` to the result of <a dfn for="ReadableStream">creating</a> a{{ReadableStream}}. `[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
166
166
4. Set `[[readable]]`.`[[owner]]` to |this|.
167
-
5. Initialize `[[writable]]` to the result of <a href="https://streams.spec.whatwg.org/#writablestream-create">creating a</a>{{WritableStream}}, its <a href="https://streams.spec.whatwg.org/#writablestream-create-writealgorithm">writeAlgorithm</a> set to [=writeEncodedData=] given |this| as parameter.
167
+
5. Initialize `[[writable]]` to the result of <a dfn for="WritableStream">creating</a> a{{WritableStream}}, its <a href="https://streams.spec.whatwg.org/#writablestream-create-writealgorithm">writeAlgorithm</a> set to [=writeEncodedData=] given |this| as parameter.
168
168
6. Set `[[writable]]`.`[[owner]]` to |this|.
169
169
7. Initialize `[[pipeToController]]` to null.
170
170
8. Initialize `[[lastReceivedFrameTimestamp]]` to zero.
0 commit comments