mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 05:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			284 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			284 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | #import <HTML/Plugin.idl> | ||
|  | 
 | ||
|  | [Exposed=Window, LegacyUnenumerableNamedProperties, UseNewAKString] | ||
|  | interface PluginArray { | ||
|  |     undefined refresh(); | ||
|  |     readonly attribute unsigned long length; | ||
|  |     getter Plugin? item(unsigned long index); | ||
|  |     getter Plugin? namedItem(DOMString name); | ||
|  | }; |