From 704b70ed7d18763037748f8a48e6bb24631cf735 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 7 Jun 2024 15:46:59 +0200 Subject: [PATCH] Fix handle any user prompts to set the type for beforeunload prompts --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 32d24dd8..8385574a 100644 --- a/index.html +++ b/index.html @@ -10645,6 +10645,8 @@

User Prompt Handler

  • If the current user prompt is an alert dialog, set type to "alert". Otherwise, if + the current user prompt is a beforeunload dialog, + set type to "beforeunload". Otherwise, if the current user prompt is a confirm dialog, set type to "confirm". Otherwise, if the current user prompt is a prompt dialog,