sync working code, and import type-doc
This commit is contained in:
3
lib/utility/request.d.ts
vendored
3
lib/utility/request.d.ts
vendored
@ -2,7 +2,8 @@ interface RequestOptions {
|
||||
method?: string;
|
||||
accept?: string;
|
||||
contentType?: string;
|
||||
customerHeaders?: { [key: string]: string };
|
||||
customHeaders?: { [key: string]: string };
|
||||
mode?: RequestMode | undefined;
|
||||
signal?: AbortSignal | null;
|
||||
progress?: (this: XMLHttpRequestUpload, ev: ProgressEvent<XMLHttpRequestEventTarget>) => any
|
||||
}
|
||||
|
Reference in New Issue
Block a user