As a user, I would like to pass in an optional timeout argument to Blob methods in order to have a better control over the actual timeouts (if any) used by the transport layer.
This is a continuation of the PR #44, and it requires the resumable-media dependency to add support to its upload/download methods (issue link).
As a user, I would like to pass in an optional
timeoutargument toBlobmethods in order to have a better control over the actual timeouts (if any) used by the transport layer.This is a continuation of the PR #44, and it requires the
resumable-mediadependency to add support to its upload/download methods (issue link).