CreateJS / PreloadJS

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.
http://createjs.com/
MIT License
2.88k stars 761 forks source link

Multiple cancelled 206 requests on iOS Safari #239

Open addedlovely opened 7 years ago

addedlovely commented 7 years ago

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?

lannymcnie commented 7 years ago

We can test this, but a sample would be helpful.

Rigwarl commented 6 years ago

Got same problem with createjs-2015.11.26, still need sample?