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.87k stars 763 forks source link

Priority asset loading. #249

Open sachinaaglave opened 6 years ago

sachinaaglave commented 6 years ago

Are there any plans to support asset loading with priority?

lannymcnie commented 6 years ago

We plan on revising the LoadQueue to ensure that manifests respect priority, maxConnections and maintainOrder.