mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Remove leading slash from message names
This commit is contained in:
@@ -89,7 +89,7 @@ export function ensureInit (): Promise<MessagePort> {
|
||||
|
||||
function handleIncomingMessageToShim (message: Message) {
|
||||
switch (message.subject) {
|
||||
case "shim:/initialized": {
|
||||
case "shim:initialized": {
|
||||
initializedBridgeInfo = message.data;
|
||||
|
||||
if (initializedBridgeInfo.isVersionCompatible) {
|
||||
|
||||
Reference in New Issue
Block a user