Preparing search index...

    Variable onError

    onError: Function

    onError callback
    each time a resource loading is failed, the loader will fire the specified function giving the actual asset as argument.

    undefined
    

    loader

    since 18.2.0 - Use the event.LOADER_ERROR event instead.

    // use the LOADER_ERROR event instead
    me.event.on(me.event.LOADER_ERROR, (resource) => this.loaderError(resource));