PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.
When loading MP4 files via XHR we're seeing several 206 status requests that are cancelled for some files. Seems to be two cancelled requests, then one successful. These are on the BLOB requests, not the initial XHR request.
Can't replicate on desktop, seems to only be on iOS.
When loading MP4 files via XHR we're seeing several 206 status requests that are cancelled for some files. Seems to be two cancelled requests, then one successful. These are on the BLOB requests, not the initial XHR request.
Can't replicate on desktop, seems to only be on iOS.
Using version 1.0 of Preload.js
Any ideas?