mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal"
https://github.com/MoonchildProductions/moebius/pull/217
This commit is contained in:
parent
f1308a5501
commit
7cc4a8fa98
11 changed files with 262 additions and 42 deletions
|
|
@ -75,7 +75,9 @@ let expectedBackgroundApis = [
|
|||
"runtime.getBackgroundPage",
|
||||
"runtime.getBrowserInfo",
|
||||
"runtime.getPlatformInfo",
|
||||
"runtime.onConnectExternal",
|
||||
"runtime.onInstalled",
|
||||
"runtime.onMessageExternal",
|
||||
"runtime.onStartup",
|
||||
"runtime.onUpdateAvailable",
|
||||
"runtime.openOptionsPage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue