fix(extensions): define platform info to prevent renderer crash (#25357)

This commit is contained in:
Samuel Maddock
2020-09-15 12:29:32 -04:00
committed by GitHub
parent fbf32f697f
commit 45170fdbd7
7 changed files with 133 additions and 41 deletions

View File

@@ -74,6 +74,7 @@ The following methods of `chrome.runtime` are supported:
- `chrome.runtime.getBackgroundPage`
- `chrome.runtime.getManifest`
- `chrome.runtime.getPlatformInfo`
- `chrome.runtime.getURL`
- `chrome.runtime.connect`
- `chrome.runtime.sendMessage`