feathersui-starling
feathersui-starling copied to clipboard
ImageLoader: figure out how to workaround runtime error on Loader close()
It appears that the Loader will continue loading the image in the background when this error happens. Possibly, it might simply need to wait for Event.INIT before closing.
Tried Event.INIT, Event.OPEN, and HTTPStatusEvent.HTTP_STATUS. Still gets errors. Odd.