Skip to content

Commit 5d3c2d9

Browse files
author
guest271314
authored
Substitute readble for readableStream, writable for writableStream
1 parent 70c461b commit 5d3c2d9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,8 @@ <h2 class="heading settled" data-level="3" id="specification"><span class="secno
15861586
insert the processing into the pipeline.</p>
15871587
<pre class="idl highlight def">// New dictionary.
15881588
<c- b>dictionary</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="dictionary" data-export id="dictdef-rtcinsertablestreams"><code><c- g>RTCInsertableStreams</c-></code></dfn> {
1589-
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream"><c- n>ReadableStream</c-></a> <dfn class="idl-code" data-dfn-for="RTCInsertableStreams" data-dfn-type="dict-member" data-export data-type="ReadableStream " id="dom-rtcinsertablestreams-readablestream"><code><c- g>readableStream</c-></code><a class="self-link" href="#dom-rtcinsertablestreams-readablestream"></a></dfn>;
1590-
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#writablestream" id="ref-for-writablestream"><c- n>WritableStream</c-></a> <dfn class="idl-code" data-dfn-for="RTCInsertableStreams" data-dfn-type="dict-member" data-export data-type="WritableStream " id="dom-rtcinsertablestreams-writablestream"><code><c- g>writableStream</c-></code><a class="self-link" href="#dom-rtcinsertablestreams-writablestream"></a></dfn>;
1589+
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream"><c- n>ReadableStream</c-></a> <dfn class="idl-code" data-dfn-for="RTCInsertableStreams" data-dfn-type="dict-member" data-export data-type="ReadableStream " id="dom-rtcinsertablestreams-readablestream"><code><c- g>readable</c-></code><a class="self-link" href="#dom-rtcinsertablestreams-readablestream"></a></dfn>;
1590+
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#writablestream" id="ref-for-writablestream"><c- n>WritableStream</c-></a> <dfn class="idl-code" data-dfn-for="RTCInsertableStreams" data-dfn-type="dict-member" data-export data-type="WritableStream " id="dom-rtcinsertablestreams-writablestream"><code><c- g>writable</c-></code><a class="self-link" href="#dom-rtcinsertablestreams-writablestream"></a></dfn>;
15911591
};
15921592

15931593
// New enum for video frame types. Will eventually re-use the equivalent defined
@@ -1662,9 +1662,9 @@ <h4 class="heading settled" data-level="3.1.1" id="stream-creation"><span class=
16621662
<li data-md>
16631663
<p>Create an <code class="idl"><a data-link-type="idl" href="#dictdef-rtcinsertablestreams" id="ref-for-dictdef-rtcinsertablestreams②">RTCInsertableStreams</a></code> object 's'.</p>
16641664
<li data-md>
1665-
<p>Set s.readableStream to a ReadableStream representing the encoded data source.</p>
1665+
<p>Set s.readable to a ReadableStream representing the encoded data source.</p>
16661666
<li data-md>
1667-
<p>Set s.writableStream to a WritableStream representing the encoded data sink.</p>
1667+
<p>Set s.writable to a WritableStream representing the encoded data sink.</p>
16681668
<li data-md>
16691669
<p>Enable the encoded data source.</p>
16701670
<li data-md>
@@ -1674,8 +1674,8 @@ <h4 class="heading settled" data-level="3.1.1" id="stream-creation"><span class=
16741674
</ul>
16751675
<h4 class="heading settled" data-level="3.1.2" id="stream-processing"><span class="secno">3.1.2. </span><span class="content">Stream processing</span><a class="self-link" href="#stream-processing"></a></h4>
16761676
<p>When a frame is produced from the encoded data source, place it on the
1677-
[[\Streams]].readableStream'.</p>
1678-
<p>When a frame appears on the [[\Streams]].writableStream, do the following:</p>
1677+
[[\Streams]].readable'.</p>
1678+
<p>When a frame appears on the [[\Streams]].writable, do the following:</p>
16791679
<ul>
16801680
<li data-md>
16811681
<p>Check that the frame is a a valid frame that has been created by the encoded data source; if it is not, discard it. A processor cannot create frames, or move frames between streams.</p>
@@ -1874,7 +1874,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
18741874
</ul>
18751875
<li><a href="#dom-rtcencodedvideoframemetadata-height">height</a><span>, in §3</span>
18761876
<li><a href="#dom-rtcencodedvideoframetype-key">"key"</a><span>, in §3</span>
1877-
<li><a href="#dom-rtcinsertablestreams-readablestream">readableStream</a><span>, in §3</span>
1877+
<li><a href="#dom-rtcinsertablestreams-readablestream">readable</a><span>, in §3</span>
18781878
<li><a href="#rtcencodedaudioframe">RTCEncodedAudioFrame</a><span>, in §3</span>
18791879
<li><a href="#dictdef-rtcencodedaudioframemetadata">RTCEncodedAudioFrameMetadata</a><span>, in §3</span>
18801880
<li><a href="#rtcencodedvideoframe">RTCEncodedVideoFrame</a><span>, in §3</span>
@@ -1897,7 +1897,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
18971897
</ul>
18981898
<li><a href="#dom-rtcencodedvideoframe-type">type</a><span>, in §3</span>
18991899
<li><a href="#dom-rtcencodedvideoframemetadata-width">width</a><span>, in §3</span>
1900-
<li><a href="#dom-rtcinsertablestreams-writablestream">writableStream</a><span>, in §3</span>
1900+
<li><a href="#dom-rtcinsertablestreams-writablestream">writable</a><span>, in §3</span>
19011901
</ul>
19021902
<aside class="dfn-panel" data-for="term-for-readablestream">
19031903
<a href="https://streams.spec.whatwg.org/#readablestream">https://streams.spec.whatwg.org/#readablestream</a><b>Referenced in:</b>
@@ -2041,8 +2041,8 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
20412041
<h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">IDL Index</span><a class="self-link" href="#idl-index"></a></h2>
20422042
<pre class="idl highlight def">// New dictionary.
20432043
<c- b>dictionary</c-> <a href="#dictdef-rtcinsertablestreams"><code><c- g>RTCInsertableStreams</c-></code></a> {
2044-
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream"><c- n>ReadableStream</c-></a> <a data-type="ReadableStream " href="#dom-rtcinsertablestreams-readablestream"><code><c- g>readableStream</c-></code></a>;
2045-
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#writablestream"><c- n>WritableStream</c-></a> <a data-type="WritableStream " href="#dom-rtcinsertablestreams-writablestream"><code><c- g>writableStream</c-></code></a>;
2044+
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream"><c- n>ReadableStream</c-></a> <a data-type="ReadableStream " href="#dom-rtcinsertablestreams-readablestream"><code><c- g>readable</c-></code></a>;
2045+
<a class="n" data-link-type="idl-name" href="https://streams.spec.whatwg.org/#writablestream"><c- n>WritableStream</c-></a> <a data-type="WritableStream " href="#dom-rtcinsertablestreams-writablestream"><code><c- g>writable</c-></code></a>;
20462046
};
20472047

20482048
// New enum for video frame types. Will eventually re-use the equivalent defined
@@ -2198,4 +2198,4 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
21982198
}
21992199

22002200
});
2201-
</script>
2201+
</script>

0 commit comments

Comments
 (0)