v2.3.20
·
2296 commits
to master
since this release
Refactored HttpRangeReader/HttpReader:
- use a GET request instead of a HEAD request to get the size of a zip file from the
Content-Rangeresponse header when retrieving it withHttpRangeReaderorHttpReaderand the optionuseRangeHeaderorforceRangeRequestsset totrue. However, a HEAD request will still be sent if the response to the GET request does not include the size of the content in theContent-Rangeheader or if this header is not present (thanks @bennbollay, see #291 for more info). - add the support of the
headersoption when usingHttpRangeReaderorHttpReaderwith the optionuseXHRset totrue(works like thefetchAPI).