feat: implement chrome.tabs.reload to fix PDF Viewer (#33712)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2022-04-27 12:17:43 -07:00
committed by GitHub
parent b4b2262c1b
commit 693b9ec77e
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`.