File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2304,8 +2304,7 @@ <h3>Global State</h3>
2304
2304
< li > < p > Let < var > serialized user prompt handler</ var >
2305
2305
be < a > serialize the user prompt handler</ a > .
2306
2306
2307
- < li > < p > If < var > serialized user prompt handler</ var > is not null, set
2308
- a property on < var > capabilities</ var > with the name
2307
+ < li > < p > Set a property on < var > capabilities</ var > with the name
2309
2308
"< code > unhandledPromptBehavior</ code > ", and the value < var > serialized
2310
2309
user prompt handler</ var > .
2311
2310
@@ -10583,7 +10582,8 @@ <h3>User Prompt Handler</h3>
10583
10582
< p > To < dfn > serialize the user prompt handler</ dfn > :
10584
10583
10585
10584
< ol class =algorithm >
10586
- < li > < p > If the < a > user prompt handler</ a > is null, return null.
10585
+ < li > < p > If the < a > user prompt handler</ a > is null, return
10586
+ "< code > dismiss and notify</ code > ".
10587
10587
10588
10588
< li > < p > If the < a > user prompt handler</ a > has [=map/size=] 1,
10589
10589
and < a > user prompt handler</ a > [=list/contains=]
You can’t perform that action at this time.
0 commit comments