mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:52:43 +00:00 
			
		
		
		
	 2258fc273c
			
		
	
	
		2258fc273c
		
	
	
	
	
		
			
			We already have this for C++ code in DOMHighResTimeStamp.h, but let's also avoid using plain 'double' in IDL code.
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // https://w3c.github.io/hr-time/#dom-domhighrestimestamp
 | |
| typedef double DOMHighResTimeStamp;
 |