mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#domstringlist
							 | 
						||
| 
								 | 
							
								[Exposed=(Window,Worker)]
							 | 
						||
| 
								 | 
							
								interface DOMStringList {
							 | 
						||
| 
								 | 
							
								    readonly attribute unsigned long length;
							 | 
						||
| 
								 | 
							
								    getter DOMString? item(unsigned long index);
							 | 
						||
| 
								 | 
							
								    boolean contains(DOMString string);
							 | 
						||
| 
								 | 
							
								};
							 |