File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3174,9 +3174,15 @@ The [=remote end steps=] with |session| and |command parameters| are:
3174
3174
let |result ownership| be |command parameters|["<code>ownership</code>"] .
3175
3175
Otherwise, let |result ownership| be "none".
3176
3176
3177
- 1. Let |serialized nodes| be the result of [=serialize as a remote value=] with
3178
- |result nodes|, |serialization options|, |result ownership|, a new [=/map=]
3179
- as serialization internal map, |realm| and |session|.
3177
+ 1. Let |serialized nodes| be an empty [=/list=] .
3178
+
3179
+ 1. For each |result node| in |result nodes|:
3180
+
3181
+ 1. Let |serialized node| be the result of [=serialize as a remote value=] with
3182
+ |result node|, |serialization options|, |result ownership|, a new [=/map=]
3183
+ as serialization internal map, |realm| and |session|.
3184
+
3185
+ 1. [=list/Append=] |serialized node| to |serialized nodes|.
3180
3186
3181
3187
1. Let |result| be a [=/map=] matching the <code> browsingContext.LocateNodesResult</code>
3182
3188
production, with the <code> nodes</code> field set |serialized nodes|.
You can’t perform that action at this time.
0 commit comments