From ade93c72daf69530756b00634ab77dcb668f30af Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 10 Apr 2024 11:21:27 +0200 Subject: [PATCH] Fix inappropriate usage of "userPromptHandler" as capability name. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 728a8504..7f2365da 100644 --- a/index.html +++ b/index.html @@ -2132,7 +2132,7 @@

Processing capabilities

used. The intent is that if this is not possible a new session will not be established. -
"userPromptHandler" +
"unhandledPromptBehavior"

If check user prompt handler matches with value is false, return success with data null. @@ -2295,18 +2295,18 @@

Global State

"acceptInsecureCerts" from capabilities.
  • Let user prompt handler capability be the result of getting property - "userPromptHandler" from capabilities. + "unhandledPromptBehavior" from capabilities. -

  • If user prompt handler capability is not +

  • If user prompt handler capability is not undefined, update the user prompt handler with user prompt handler capability. -

  • Let serialized user prompt handler +

  • Let serialized user prompt handler be serialize the user prompt handler. -

  • If seralized user prompt handler is not null, set +

  • If serialized user prompt handler is not null, set a property on capabilities with the name - "userPromptHandler", and the value serialized + "unhandledPromptBehavior", and the value serialized user prompt handler.

  • If flags contains "http":