Dispatched once this resource has loaded, if there was an error it will
be in the error
property.
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.
Abort the loading of the resource.
Load the resource described by config
.
Generated using TypeDoc
Base load strategy interface that all custom load strategies are expected to inherit from and implement.