提交 3180322e 编写于 作者: G Gareth Morgan 提交者: Mr.doob

Call onError CB if createElementNS fails (#9799)

上级 99ae5a15
......@@ -29,6 +29,7 @@ Object.assign( ImageLoader.prototype, {
scope.manager.itemEnd( url );
};
image.onerror = onError; //Catch error in createElementNS
if ( url.indexOf( 'data:' ) === 0 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册