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

Allow `getHeader` methods to return `undefined` #710

Closed Acconut closed 3 months ago

Acconut commented 3 months ago

This PR fixes https://github.com/tus/tus-js-client/issues/706 by updating the type definitions to allow getHeader for requests and responses to return undefined.