We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a221b commit 34f9efaCopy full SHA for 34f9efa
index.html
@@ -10645,6 +10645,8 @@ <h3>User Prompt Handler</h3>
10645
10646
<li><p>If the <a>current user prompt</a> is an alert dialog,
10647
set <var>type</var> to "<code>alert</code>". Otherwise, if
10648
+ the <a>current user prompt</a> is a beforeunload dialog,
10649
+ set <var>type</var> to "<code>beforeUnload</code>". Otherwise, if
10650
the <a>current user prompt</a> is a confirm dialog,
10651
set <var>type</var> to "<code>confirm</code>". Otherwise, if
10652
the <a>current user prompt</a> is a prompt dialog,
0 commit comments