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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
164
164
2. Initialize `[[transform]]` to null.
165
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 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.
167
+
5. Initialize `[[writable]]` to the result of [=WritableStream/creating=] a {{WritableStream}}, its [=WritableStream/create/writeAlgorithm=] 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.
@@ -291,4 +291,3 @@ otherwise unavailable, which allows some fingerprinting surface.
291
291
292
292
See the [explainer document](https://github.com/w3c/webrtc-insertable-streams/blob/master/explainer.md#code-examples).
0 commit comments