feat: implement chrome.tabs.reload (#33560)

This commit is contained in:
Shelley Vohr 2022-04-11 22:51:10 +02:00 committed by GitHub
parent a7a5e7fcfd
commit caddc83cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 3 deletions

View file

@ -99,6 +99,7 @@ Only `chrome.storage.local` is supported; `chrome.storage.sync` and
The following methods of `chrome.tabs` are supported:
- `chrome.tabs.sendMessage`
- `chrome.tabs.reload`
- `chrome.tabs.executeScript`
- `chrome.tabs.update` (partial support)
- supported properties: `url`, `muted`.