The name of the resource to load.
The options for the load strategy that will be used.
The child resources of this resource.
The data that was loaded by the resource. The type of this member is
described by the type
member.
The error that occurred while loading (if any).
Extra info added by the user, usually for middleware.
The name of this resource.
Dispatched after this resource has had all the after middleware run on it.
Dispatched once this resource has loaded, if there was an error it will
be in the error
property.
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.
Dispatched when the resource beings to load.
The progress chunk owned by this resource.
Describes the type of the data
member for this resource.
Aborts the loading of the resource.
Kicks off loading of this resource.
Sets the default load stragety to use when there is no extension-specific strategy.
Sets the load strategy to be used for a specific extension.
The extension to set the type for, e.g. "png" or "fnt"
The load strategy to use for loading resources with that extension.
Generated using TypeDoc
Manages the state and loading of a resource and all child resources.