build: typescript 3.7 support (#33717)
This PR updates TypeScript version to 3.7 while retaining compatibility with TS3.6. PR Close #33717
This commit is contained in:
3
tools/public_api_guard/http/http.d.ts
vendored
3
tools/public_api_guard/http/http.d.ts
vendored
@ -142,7 +142,8 @@ export declare class RequestOptions {
|
||||
method: RequestMethod | string | null;
|
||||
params: URLSearchParams;
|
||||
responseType: ResponseContentType | null;
|
||||
/** @deprecated */ search: URLSearchParams;
|
||||
/** @deprecated */ set search(params: URLSearchParams);
|
||||
/** @deprecated */ get search(): URLSearchParams;
|
||||
url: string | null;
|
||||
withCredentials: boolean | null;
|
||||
constructor(opts?: RequestOptionsArgs);
|
||||
|
Reference in New Issue
Block a user