Skip to content

Commit bed18e3

Browse files
committed
Add steps to deserialize script.ReadableStreamRemoteValue.
1 parent ba01697 commit bed18e3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11712,6 +11712,13 @@ To <dfn>deserialize local value</dfn> given |local protocol value|, |realm| and
1171211712
1. If |local protocol value| matches the <code>script.ChannelValue</code> production,
1171311713
return [=create a channel=] with |session|, |realm| and |local protocol value|.
1171411714

11715+
1. If |local protocol value| matches the <code>script.ReadableStreamRemoteValue</code> production, then:
11716+
11717+
1. Let |stream settings| be the result of [=trying=] to [=get readable stream settings=] with
11718+
|session| and |local protocol value|["<code>stream</code>"].
11719+
11720+
1. Return |stream settings|[[=stream settings/stream=]].
11721+
1171511722
1. Let |type| be the value of the <code>type</code> field of |local protocol value| or undefined if
1171611723
no such a field.
1171711724

0 commit comments

Comments
 (0)