From 8973cbae6c831830eacdf4831584df044b75994d Mon Sep 17 00:00:00 2001 From: Krzysztof Modras Date: Wed, 13 Nov 2024 20:56:37 +0100 Subject: [PATCH] Use browser instead of the session --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 351662ed..0cb72313 100644 --- a/index.bs +++ b/index.bs @@ -11348,7 +11348,7 @@ The webExtension.Extension type represents a web extension id withi #### The webExtension.install Command #### {#command-webExtension-install} -The webExtension.install command installs a web extension for the session. +The webExtension.install command installs a web extension for the browser.
Command Type
@@ -11448,7 +11448,7 @@ The [=remote end steps=] with |command parameters| are: #### The webExtension.uninstall Command #### {#command-webExtension-uninstall} -The webExtension.uninstall command uninstalls a web extension for the session. +The webExtension.uninstall command uninstalls a web extension for the browser.
Command Type