mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:12:45 +00:00 
			
		
		
		
	 1602663b9e
			
		
	
	
		1602663b9e
		
	
	
	
	
		
			
			This implementation completely ignores MessagePorts, and manually plumbs data through LocalSockets.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| onmessage = evt => {
 | |
|     postMessage(evt.data, null);
 | |
| };
 | |
| postMessage("loaded", null);
 |