AbstractThe type of resource returned by the loader.
Creates a new AbstractLoader.
The type of resource returned by the loader.
Optional configuration options.
Registers an event listener.
The event type.
The callback function.
Dispatches an event.
The event type.
Optional data associated with the event.
AbstractloadLoads a resource from the given URL.
The relative URL to the resource.
A promise resolving to the loaded resource.
Removes a registered event listener.
The event type.
The callback function to remove.
Sets the base path for the loader.
The base path string.
this
Abstract base class for all resource loaders.