You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could multiple types of loading error. At the moment it is hidden by the custom ErrorEvent. For example, there is no way to tell the file request is cancelled or it is actually missing.
There could multiple types of loading error. At the moment it is hidden by the custom ErrorEvent. For example, there is no way to tell the file request is cancelled or it is actually missing.
https://github.com/CreateJS/PreloadJS/blob/master/src/preloadjs/LoadQueue.js#L1611
It make sense to keep the original http error code in your custom ErrorEvent.
The text was updated successfully, but these errors were encountered: