Explorar el Código

Call onError CB if createElementNS fails (#9799)

Gareth Morgan hace 9 años
padre
commit
3180322e95
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/loaders/ImageLoader.js

+ 1 - 0
src/loaders/ImageLoader.js

@@ -29,6 +29,7 @@ Object.assign( ImageLoader.prototype, {
 			scope.manager.itemEnd( url );
 
 		};
+		image.onerror = onError; //Catch error in createElementNS
 
 		if ( url.indexOf( 'data:' ) === 0 ) {