MCPcopy Create free account
hub / github.com/nodejs/node / canParse

Method canParse

typings/internalBinding/url.d.ts:8–8  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

6 domainToASCII(input: string): string;
7 domainToUnicode(input: string): string;
8 canParse(input: string): boolean;
9 canParse(input: string, base: string): boolean;
10 format(input: string, fragment?: boolean, unicode?: boolean, search?: boolean, auth?: boolean): string;
11 parse(input: string, base?: string): string | false;

Callers 7

setGlobalProxyFromEnvFunction · 0.65
canParseMethod · 0.65
mainFunction · 0.65
testFastPathsFunction · 0.65
test-data-url.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected