Skip to content

Commit

Permalink
[streams] 内部的な編集
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-underscore committed Dec 3, 2024
1 parent e0cf329 commit 6471758
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Streams-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@
恒等変換~streamを作成する:#create-an-identity-transformstream
二重化~stream:#duplex-stream
端点~pair:#endpoint-pair
GRS.形式変換:#generictransformstream-transform
読取n~loop:#read-loop

RS.設定しておく:#readablestream-set-up
Expand Down Expand Up @@ -888,6 +887,7 @@
TS.~chunkを~enqueueする:#transformstream-enqueue
TS.~errorにする:#transformstream-error
TS.終了する:#transformstream-terminate
GTS.形式変換:#generictransformstream-transform

●§
sec.個別~size付き~queue:#queue-with-sizes
Expand Down Expand Up @@ -25189,7 +25189,7 @@ <h4 title="Wrapping into a custom class">9.3.2. ~custom~classの中への包装-
<p>
`GenericTransformStream$I ~mixinを`内包-$する各`~platform~obj$には、
実際の `TransformStream$I を与える
`形式変換@GRS
`形式変換@GTS
が結付けられる。
Any platform object that includes the GenericTransformStream mixin has an associated transform, which is an actual TransformStream.
Expand All @@ -25199,7 +25199,7 @@ <h4 title="Wrapping into a custom class">9.3.2. ~custom~classの中への包装-
`readable@gts
取得子~手続きは
~RET コレの`形式変換$GRS.`readable$tS
~RET コレの`形式変換$GTS.`readable$tS
The readable getter steps are to return this's transform.[[readable]].
</div>
Expand All @@ -25208,7 +25208,7 @@ <h4 title="Wrapping into a custom class">9.3.2. ~custom~classの中への包装-
`writable@gts
取得子~手続きは
~RET コレの`形式変換$GRS.`writable$tS
~RET コレの`形式変換$GTS.`writable$tS
The writable getter steps are to return this's transform.[[writable]].
</div>
Expand All @@ -25223,7 +25223,7 @@ <h4 title="Wrapping into a custom class">9.3.2. ~custom~classの中への包装-
結果の~interfaceの挙動を~custom化するためには、
その構築子(あるいは他の初期化~code)において,次が行われなければナラナイ
当の~instanceの`形式変換$GRSを新たな `TransformStream$I に設定してから,`設定しておく$TS
当の~instanceの`形式変換$GTSを新たな `TransformStream$I に設定してから,`設定しておく$TS
— ~custom化は、
その引数[
`形式変換~algo$V, 省略可能な`書出n~algo$V
Expand Down

0 comments on commit 6471758

Please sign in to comment.