build: update API Golden files after node 12 update (#34955)
PR Close #34955
This commit is contained in:

committed by
Andrew Kushnir

parent
8fbb48cc2e
commit
b3bd6ca925
2
tools/public_api_guard/http/http.d.ts
vendored
2
tools/public_api_guard/http/http.d.ts
vendored
@ -142,8 +142,8 @@ export declare class RequestOptions {
|
||||
method: RequestMethod | string | null;
|
||||
params: URLSearchParams;
|
||||
responseType: ResponseContentType | null;
|
||||
/** @deprecated */ set search(params: URLSearchParams);
|
||||
/** @deprecated */ get search(): URLSearchParams;
|
||||
/** @deprecated */ set search(params: URLSearchParams);
|
||||
url: string | null;
|
||||
withCredentials: boolean | null;
|
||||
constructor(opts?: RequestOptionsArgs);
|
||||
|
Reference in New Issue
Block a user