mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 02:22:07 +00:00 
			
		
		
		
	 d4b2eb22e1
			
		
	
	
		d4b2eb22e1
		
	
	
	
	
		
			
			These circular imports led to the generator silently failing to generate the required methods/properties.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
 | |
| interface mixin InnerHTML {
 | |
|     [LegacyNullToEmptyString, CEReactions] attribute DOMString innerHTML;
 | |
| };
 |