Skip to content

Commit 09fea7d

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

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
@@ -164,7 +164,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
164164
2. Initialize `[[transform]]` to null.
165165
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.
166166
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.
168168
6. Set `[[writable]]`.`[[owner]]` to |this|.
169169
7. Initialize `[[pipeToController]]` to null.
170170
8. Initialize `[[lastReceivedFrameTimestamp]]` to zero.
@@ -291,4 +291,3 @@ otherwise unavailable, which allows some fingerprinting surface.
291291

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

294-

0 commit comments

Comments
 (0)