build: update API Golden files after node 12 update (#34955)

PR Close #34955
This commit is contained in:
Joey Perrott
2020-01-24 10:55:39 -08:00
committed by Andrew Kushnir
parent 8fbb48cc2e
commit b3bd6ca925
6 changed files with 724 additions and 724 deletions

View File

@ -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);