Skip to content

Commit 357afe7

Browse files
sadym-chromiumMaksim Sadym
andcommitted
Add missing return types (#382)
Co-authored-by: Maksim Sadym <[email protected]>
1 parent 94f7fe7 commit 357afe7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,8 @@ The [=remote end steps=] with |command parameters| are:
31463146

31473147
1. [=Close=] |context|.
31483148

3149+
1. Return [=success=] with data null.
3150+
31493151
Issue(w3c/webdriver-bidi#170): There is an open discussion about the behavior
31503152
when closing the last [=top-level browsing context=]. We could expect to close
31513153
the browser, close the session or leave this up to the implementation.
@@ -3601,6 +3603,12 @@ browsing context.
36013603
}
36023604
</pre>
36033605
</dd>
3606+
<dt>Return Type</dt>
3607+
<dd>
3608+
<pre class="cddl">
3609+
EmptyResult
3610+
</pre>
3611+
</dd>
36043612
</dl>
36053613

36063614
<div algorithm="remote end steps for browsingContext.reload">
@@ -3630,6 +3638,8 @@ The [=remote end steps=] with |command parameters| are:
36303638
condition|, history handling "<code>reload</code>", and ignore
36313639
cache |ignore cache|.
36323640

3641+
1. Return [=success=] with data null.
3642+
36333643
</div>
36343644

36353645

@@ -4808,6 +4818,12 @@ other handles or strong ECMAScript references.
48084818
}
48094819
</pre>
48104820
</dd>
4821+
<dt>Return Type</dt>
4822+
<dd>
4823+
<pre class="cddl">
4824+
EmptyResult
4825+
</pre>
4826+
</dd>
48114827
</dl>
48124828

48134829
<div algorithm="remote end steps for script.disown">
@@ -4824,6 +4840,8 @@ The [=remote end steps=] with |command parameters| are:
48244840

48254841
1. If |handle map| contains |handle id|, remove |handle id| from the |handle map|.
48264842

4843+
1. Return [=success=] with data null.
4844+
48274845
</div>
48284846

48294847
#### The script.callFunction Command #### {#command-script-callFunction}

0 commit comments

Comments
 (0)