mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Change message subject format and rename some messages
This commit is contained in:
@@ -5,7 +5,7 @@ export default async function getBridgeInfo () {
|
||||
try {
|
||||
const response = await browser.runtime.sendNativeMessage(
|
||||
APPLICATION_NAME
|
||||
, { subject: "bridge:getInfo"
|
||||
, { subject: "bridge:/getInfo"
|
||||
, data: EXTENSION_VERSION });
|
||||
|
||||
applicationVersion = response.data;
|
||||
|
||||
Reference in New Issue
Block a user