mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/* eslint-env worker */
 | 
						|
 | 
						|
onmessage = function () {
 | 
						|
  postMessage("loaded bad file");
 | 
						|
};
 |