From b0401c0583dc586a8c48b18d4cfe621908d50270 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 8 Feb 2024 14:09:21 +0100 Subject: [PATCH] Add userAgent capability --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index b4765f87..cde619e2 100644 --- a/index.html +++ b/index.html @@ -1569,6 +1569,13 @@

Capabilities

Describes the current session’s user prompt handler. Defaults to the dismiss and notify state. + + + User Agent + "userAgent" + string + Provides the remote end's default User-Agent value. +
@@ -1992,6 +1999,9 @@

Processing capabilities

"setWindowRect"
Boolean indicating whether the remote end supports all of the resizing and positioning commands. + +
"userAgent" +
String containing the default User-Agent value
  • Optionally add extension capabilities as entries @@ -11103,6 +11113,7 @@

    Index

    The following terms are defined in the WHATWG Fetch specification: [[FETCH]]