Skip to content

Commit d43acbb

Browse files
whimboojgraham
authored andcommitted
Fix inappropriate usage of "userPromptHandler" as capability name.
1 parent 98140ea commit d43acbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ <h3>Processing capabilities</h3>
21322132
used. The intent is that if this is not possible a new session
21332133
will not be established.
21342134

2135-
<dt>"<code>userPromptHandler</code>"
2135+
<dt>"<code>unhandledPromptBehavior</code>"
21362136
<dd><p>If <a>check user prompt handler matches</a>
21372137
with <var>value</var> is false, return <a>success</a> with
21382138
data <a><code>null</code></a>.
@@ -2295,18 +2295,18 @@ <h3>Global State</h3>
22952295
"<code>acceptInsecureCerts</code>" from <var>capabilities</var>.
22962296

22972297
<li><p>Let <var>user prompt handler capability</var> be the result of getting property
2298-
"<code>userPromptHandler</code>" from <var>capabilities</var>.
2298+
"<code>unhandledPromptBehavior</code>" from <var>capabilities</var>.
22992299

2300-
<li><p>If <var>user prompt handler capability</var> is not
2300+
<li><p>If <var>user prompt handler capability</var> is not
23012301
undefined, <a>update the user prompt handler</a> with <var>user
23022302
prompt handler capability</var>.
23032303

2304-
<li><p>Let <var>serialized user prompt handler</var>
2304+
<li><p>Let <var>serialized user prompt handler</var>
23052305
be <a>serialize the user prompt handler</a>.
23062306

2307-
<li><p>If <var>seralized user prompt handler</var> is not null, set
2307+
<li><p>If <var>serialized user prompt handler</var> is not null, set
23082308
a property on <var>capabilities</var> with the name
2309-
"<code>userPromptHandler</code>", and the value <var>serialized
2309+
"<code>unhandledPromptBehavior</code>", and the value <var>serialized
23102310
user prompt handler</var>.
23112311

23122312
<li><p>If <var>flags</var> <var>contains</var> "<code>http</code>":

0 commit comments

Comments
 (0)