@@ -19,6 +19,9 @@ spec:infra; type:dfn; text:list
19
19
spec:html; type:dfn; text:entangle
20
20
spec:html; type:dfn; text:message port post message steps
21
21
spec:html; type:dfn; text:port message queue
22
+ # TODO: remove these once whatwg/html#7414 is merged
23
+ spec:websockets; type:interface; text:WebSocket
24
+ spec:websockets; type:attribute; text:bufferedAmount; for:WebSocket
22
25
</pre>
23
26
24
27
<pre class="anchors">
@@ -7101,7 +7104,7 @@ constructors.
7101
7104
<h3 id="example-rs-push-no-backpressure">A readable stream with an underlying push source (no
7102
7105
backpressure support)</h3>
7103
7106
7104
- The following function creates [=readable streams=] that wrap {{WebSocket}} instances [[HTML ]] ,
7107
+ The following function creates [=readable streams=] that wrap {{WebSocket}} instances [[WEBSOCKETS ]] ,
7105
7108
which are [=push sources=] that do not support backpressure signals. It illustrates how, when
7106
7109
adapting a push source, usually most of the work happens in the {{UnderlyingSource/start|start()}}
7107
7110
method.
@@ -7380,7 +7383,7 @@ the manual branching in [[#example-rbs-push]].
7380
7383
7381
7384
<h3 id="example-ws-no-backpressure">A writable stream with no backpressure or success signals</h3>
7382
7385
7383
- The following function returns a [=writable stream=] that wraps a {{WebSocket}} [[HTML ]] . Web
7386
+ The following function returns a [=writable stream=] that wraps a {{WebSocket}} [[WEBSOCKETS ]] . Web
7384
7387
sockets do not provide any way to tell when a given chunk of data has been successfully sent
7385
7388
(without awkward polling of {{WebSocket/bufferedAmount}} , which we leave as an exercise to the
7386
7389
reader). As such, this writable stream has no ability to communicate accurate [=backpressure=]
0 commit comments