Skip to content

v2.2.7

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 31 Jan 17:53
· 2690 commits to master since this release
  • Add new options to HttpReader and HttpRangeReader (see API doc)
  • HttpReader and HttpRangeReader now rely on fetch instead of XMLHTTPRequest by default. This behavior can be changed by setting the option useXHR to true
  • HttpReader and HttpRangeReader also accept window.fetch options (when useXHR is not set to true)