mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-26 02:52:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <DOM/Node.idl>
 | |
| 
 | |
| [Exposed=Window]
 | |
| interface NodeList {
 | |
|     getter Node? item(unsigned long index);
 | |
|     readonly attribute unsigned long length;
 | |
|     iterable<Node>;
 | |
| };
 | 
