Skip to content

Commit 3c8d3b1

Browse files
committed
Define writable readyPromise handling
1 parent f616461 commit 3c8d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
9797
4. <a dfn for="ReadableStream">Set up</a> [=this=].`[[readable]]`. [=this=].`[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
9898
5. Set [=this=].`[[readable]]`.`[[owner]]` to |this|.
9999
6. Initialize [=this=].`[[writable]]` to a new {{WritableStream}}.
100-
7. <a dfn for="WritableStream">Set up</a> [=this=].`[[writable]]` with its [=WritableStream/set up/writeAlgorithm=] set to [=writeEncodedData=] given |this| as parameter.
100+
7. <a dfn for="WritableStream">Set up</a> [=this=].`[[writable]]` with its [=WritableStream/set up/writeAlgorithm=] set to [=writeEncodedData=] given |this| as parameter and its [=WritableStream/set up/sizeAlgorithm=] to an algorithm that returns <code>0</code>.
101101
8. Set [=this=].`[[writable]]`.`[[owner]]` to |this|.
102102
9. Initialize [=this=].`[[pipeToController]]` to null.
103103
10. Initialize [=this=].`[[lastReceivedFrameTimestamp]]` to zero.

0 commit comments

Comments
 (0)