Dispatched when the resource fails to load.
Dispatched each time progress of this resource load updates. Not all resources types and loader systems can support this event so sometimes it may not be available. If the resource is being loaded on a modern browser, using XHR, and the remote server properly sets Content-Length headers, then this will be available.
Sets the load type to be used for a specific extension.
The extension to set the type for, e.g. "png" or "fnt"
The xhr type to set it to.
Generated using TypeDoc
Dispatched once this resource has loaded, if there was an error it will be in the
error
property.