mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Move some background modules to a separate folder and fix init order
This commit is contained in:
@@ -6,7 +6,7 @@ import { Message } from "../types";
|
||||
const WEBSOCKET_DAEMON_URL = "ws://localhost:9556";
|
||||
|
||||
|
||||
type DisconnectListener = (port: browser.runtime.Port) => void;;
|
||||
type DisconnectListener = (port: browser.runtime.Port) => void;
|
||||
type MessageListener = (message: any) => void;
|
||||
|
||||
function connectNative (application: string) {
|
||||
|
||||
Reference in New Issue
Block a user