Added a method for changing Ky's upload timeout to, for example, be fair to slower connections that might take longer than the timeout to upload the file.
I also did the same for uploadMultiple(), it only needs the last argument.
Started in #39.
Example of usage, setting Ky's upload timeout to 15000 for a single upload:
Added a method for changing Ky's upload timeout to, for example, be fair to slower connections that might take longer than the timeout to upload the file.
I also did the same for
uploadMultiple()
, it only needs the last argument.Started in #39.
Example of usage, setting Ky's upload timeout to 15000 for a single upload: