mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Move endpoints module from lib/ to cast/
This commit is contained in:
@@ -8,7 +8,7 @@ import { getChromeUserAgent } from "../lib/userAgents";
|
||||
import {
|
||||
CAST_FRAMEWORK_LOADER_SCRIPT_URL,
|
||||
CAST_LOADER_SCRIPT_URL
|
||||
} from "../lib/endpoints";
|
||||
} from "../cast/endpoints";
|
||||
|
||||
// Missing on @types/firefox-webext-browser
|
||||
type OnBeforeSendHeadersDetails = Parameters<
|
||||
|
||||
Reference in New Issue
Block a user