Skip to content

Commit

Permalink
Fix serialize user prompt handler for default case
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed May 16, 2024
1 parent 43610cd commit 6294a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10575,7 +10575,8 @@ <h3>User Prompt Handler</h3>
<p>To <dfn>serialize the user prompt handler</dfn>:

<ol class=algorithm>
<li><p>If the <a>user prompt handler</a> is null, return null.
<li><p>If the <a>user prompt handler</a> is null, return
"<code>dismiss and notify</code>".

<li><p>If the <a>user prompt handler</a> has [=map/size=] 1,
and <a>user prompt handler</a> [=list/contains=]
Expand Down

0 comments on commit 6294a95

Please sign in to comment.