Add onUploadProgress option #566
Annotations
3 errors
Node.js 18:
source/core/constants.ts#L59
Property 'onUploadProgress' is missing in type '{ json: true; parseJson: true; stringifyJson: true; searchParams: true; prefixUrl: true; retry: true; timeout: true; hooks: true; throwHttpErrors: true; onDownloadProgress: true; fetch: true; }' but required in type 'KyOptionsRegistry'.
|
Node.js 18:
source/core/Ky.ts#L424
Type 'XMLHttpRequestBodyInit' is not assignable to type 'BlobPart'.
|
Node.js 18
Process completed with exit code 1.
|