8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8bc2c commit baa2289Copy full SHA for baa2289
typings/internalBinding/url.d.ts
@@ -10,4 +10,6 @@ export interface URLBinding {
10
format(input: string, fragment?: boolean, unicode?: boolean, search?: boolean, auth?: boolean): string;
11
parse(input: string, base?: string): string | false;
12
update(input: string, actionType: typeof urlUpdateActions, value: string): string | false;
13
+ getOrigin(input: string): string;
14
+ pathToFileURL(input: string, isWindows: boolean, hostname?: string): string;
15
}
0 commit comments