chore: remove awkward semi-documented preloadURL WebPreference (#33228)

This commit is contained in:
Jeremy Rose
2022-03-16 16:23:41 -07:00
committed by GitHub
parent e904486076
commit 4342b7ff55
11 changed files with 16 additions and 23 deletions

View File

@@ -222,6 +222,7 @@ declare namespace NodeJS {
isOnline(): boolean;
isValidHeaderName: (headerName: string) => boolean;
isValidHeaderValue: (headerValue: string) => boolean;
fileURLToFilePath: (url: string) => string;
Net: any;
net: any;
createURLLoader(options: CreateURLLoaderOptions): URLLoader;