mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	 8b807e65d7
			
		
	
	
		8b807e65d7
		
	
	
	
	
		
			
			...{All} to ParentNode. Exposes createDocumentFragment and
createComment on Document. Stubs out the document.body setter. 
Also adds ParentNode back :^).
		
	
			
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface DocumentFragment : Node {
 | |
| 
 | |
|     Element? getElementById(DOMString id);
 | |
|     Element? querySelector(DOMString selectors);
 | |
|     ArrayFromVector querySelectorAll(DOMString selectors);
 | |
| 
 | |
| }
 |