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 @@

Processing capabilities

21322132
used. The intent is that if this is not possible a new session
21332133
will not be established.
21342134

2135-
<dt>"<code>userPromptHandlercode>"
2135+
<dt>"<code>unhandledPromptBehaviorcode>"
21362136
<dd><p>If <a>check user prompt handler matchesa>
21372137
with <var>valuevar> is false, return <a>successa> with
21382138
data <a><code>nullcode>a>.
@@ -2295,18 +2295,18 @@

Global State

22952295
"<code>acceptInsecureCertscode>" from <var>capabilitiesvar>.
22962296

22972297
<li><p>Let <var>user prompt handler capabilityvar> be the result of getting property
2298-
"<code>userPromptHandlercode>" from <var>capabilitiesvar>.
2298+
"<code>unhandledPromptBehaviorcode>" from <var>capabilitiesvar>.
22992299

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

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

2307-
<li><p>If <var>seralized user prompt handlervar> is not null, set
2307+
<li><p>If <var>serialized user prompt handlervar> is not null, set
23082308
a property on <var>capabilitiesvar> with the name
2309-
"<code>userPromptHandlercode>", and the value <var>serialized
2309+
"<code>unhandledPromptBehaviorcode>", and the value <var>serialized
23102310
user prompt handlervar>.
23112311

23122312
<li><p>If <var>flagsvar> <var>containsvar> "<code>httpcode>":

0 commit comments

Comments
 (0)