tus / tus-js-client

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

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

Closed Acconut closed 1 month ago

Acconut commented 1 month 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.