mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <HTML/MimeType.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Exposed=Window, LegacyUnenumerableNamedProperties, UseNewAKString]
							 | 
						||
| 
								 | 
							
								interface Plugin {
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString name;
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString description;
							 | 
						||
| 
								 | 
							
								    readonly attribute DOMString filename;
							 | 
						||
| 
								 | 
							
								    readonly attribute unsigned long length;
							 | 
						||
| 
								 | 
							
								    getter MimeType? item(unsigned long index);
							 | 
						||
| 
								 | 
							
								    getter MimeType? namedItem(DOMString name);
							 | 
						||
| 
								 | 
							
								};
							 |