Browse Source

docs: add runtime.reload as supported extension api (#30148)

* docs: Add runtime.reload as supported extension api

* Fix typo

Co-authored-by: Utkarsh <[email protected]>
trop[bot] 3 years ago
parent
commit
3190771c2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/extensions.md

+ 1 - 0
docs/api/extensions.md

@@ -78,6 +78,7 @@ The following methods of `chrome.runtime` are supported:
 - `chrome.runtime.getURL`
 - `chrome.runtime.connect`
 - `chrome.runtime.sendMessage`
+- `chrome.runtime.reload`
 
 The following events of `chrome.runtime` are supported: