v3.3.14
This commit is contained in:
		@ -26,7 +26,7 @@ export default function fetch(url, responseType = 'text') {
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            request.addEventListener('error', () => {
 | 
			
		||||
                throw new Error(request.statusText);
 | 
			
		||||
                throw new Error(request.status);
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            request.open('GET', url, true);
 | 
			
		||||
 | 
			
		||||
@ -3,6 +3,7 @@
 | 
			
		||||
// ==========================================================================
 | 
			
		||||
 | 
			
		||||
import Storage from './../storage';
 | 
			
		||||
import fetch from './fetch';
 | 
			
		||||
import is from './is';
 | 
			
		||||
 | 
			
		||||
// Load an external SVG sprite
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user