Skip to content

Commit

Permalink
Use browser instead of the session
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Nov 13, 2024
1 parent 6b95dde commit 8973cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11348,7 +11348,7 @@ The <code>webExtension.Extension</code> type represents a web extension id withi

#### The webExtension.install Command #### {#command-webExtension-install}

The <dfn export for=commands>webExtension.install</dfn> command installs a web extension for the session.
The <dfn export for=commands>webExtension.install</dfn> command installs a web extension for the browser.

<dl>
<dt>Command Type</dt>
Expand Down Expand Up @@ -11448,7 +11448,7 @@ The [=remote end steps=] with |command parameters| are:

#### The webExtension.uninstall Command #### {#command-webExtension-uninstall}

The <dfn export for=commands>webExtension.uninstall</dfn> command uninstalls a web extension for the session.
The <dfn export for=commands>webExtension.uninstall</dfn> command uninstalls a web extension for the browser.

<dl>
<dt>Command Type</dt>
Expand Down

0 comments on commit 8973cba

Please sign in to comment.