Methods
formatInspectUrl
- formatInspectUrl(urlInfo, options?): string
Parameters
- urlInfo: AnalyzedInspectURL
- options: {
quote?: boolean;
includeSteamPrefix?: boolean;
} = {}Optional
quote?: boolean
Optional
includeSteamPrefix?: boolean
Returns string
getUrlInfo
- getUrlInfo(url): {
type: "masked" | "unmasked" | "invalid";
isQuoted: boolean;
hasValidFormat: boolean;
estimatedSize?: number;
} Returns {
type: "masked" | "unmasked" | "invalid";
isQuoted: boolean;
hasValidFormat: boolean;
estimatedSize?: number;
}
type: "masked" | "unmasked" | "invalid"
isQuoted: boolean
hasValidFormat: boolean
Optional
estimatedSize?: number
isValidInspectUrl
- isValidInspectUrl(url): boolean
Returns boolean
normalizeUrl
- normalizeUrl(url): string
Returns string
requiresSteamClient
- requiresSteamClient(url): boolean
Returns boolean
Enhanced URL analyzer with comprehensive validation