diff options
author | Teddy Wing | 2023-11-25 15:05:29 +0100 |
---|---|---|
committer | Teddy Wing | 2023-11-25 15:05:29 +0100 |
commit | 53a217e249116ba7f3bda17302c9d48a09bc2b55 (patch) | |
tree | 06f6e9fa3b3b4f6b5d7160518fbb0b5762c67c7a | |
parent | dba5086e69fc9ce7302cfc9cbc4e3f8567ce9f1e (diff) | |
download | swextreload-53a217e249116ba7f3bda17302c9d48a09bc2b55.tar.bz2 |
swextreload.reloadTab: Add function documentation
-rw-r--r-- | internal/swextreload.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/swextreload.go b/internal/swextreload.go index be0a489..473b2ae 100644 --- a/internal/swextreload.go +++ b/internal/swextreload.go @@ -144,6 +144,8 @@ func reloadExtension( return nil } +// reloadTab reloads the current Chrome tab using the background console of +// either extensionID or reloadTarget. func reloadTab( ctx context.Context, extensionID string, |