mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove duplicate interface
This commit is contained in:
@@ -66,12 +66,6 @@ browser.browserAction.onClicked.addListener(async tab => {
|
||||
});
|
||||
|
||||
|
||||
export interface Shim {
|
||||
bridgePort: browser.runtime.Port;
|
||||
contentPort?: browser.runtime.Port;
|
||||
contentTabId?: number;
|
||||
contentFrameId?: number;
|
||||
}
|
||||
|
||||
const activeShims = new Set<Shim>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user