tus / tus-js-client

A pure JavaScript client for the tus resumable upload protocol
https://tus.io/
MIT License
2.12k stars 316 forks source link

Incorrect type for onSuccess callback #716

Closed rizametovd closed 2 months ago

rizametovd commented 2 months ago

Describe the bug According to docs onSuccess callback should accept a payload, but in index.d.ts the signature for onSuccess is: onSuccess?: (() => void) | null

Acconut commented 2 months ago

Thanks for reporting it. Should be fixed in https://github.com/tus/tus-js-client/releases/tag/v4.2.1.