Two requests (getFullReader and getRangeReader) used for large file download when first already has the getReader() function that reads the data by chunks #17833
Unanswered
Alexandra230
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While a large file is downloading, why do we send two requests (getFullReader and getRangeReader), if the first request for the entire file(getFullReader) already has the getReader() function that reads the data by chunks. So we don't need to load it by chunks in second request after load full file in first request
Configuration:
Beta Was this translation helpful? Give feedback.
All reactions