Loader interface The goal of a loader is to be able to tell when it can handle a particular source type, and then resolve an ArrayBuffer for that source.
Try loading the source. Passes an ArrayBuffer to resolve() if successful, calls reject() with an optional error if not
Is this loader able to process the input source type?
Loader interface The goal of a loader is to be able to tell when it can handle a particular source type, and then resolve an ArrayBuffer for that source.