mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 05:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | // https://html.spec.whatwg.org/multipage/system-state.html#navigatorid | ||
|  | interface mixin NavigatorID { | ||
|  |   readonly attribute DOMString appCodeName; // constant "Mozilla" | ||
|  |   readonly attribute DOMString appName; // constant "Netscape" | ||
|  |   readonly attribute DOMString appVersion; | ||
|  |   readonly attribute DOMString platform; | ||
|  |   readonly attribute DOMString product; // constant "Gecko" | ||
|  |   [Exposed=Window] readonly attribute DOMString productSub; | ||
|  |   readonly attribute DOMString userAgent; | ||
|  |   [Exposed=Window] readonly attribute DOMString vendor; | ||
|  |   [Exposed=Window] readonly attribute DOMString vendorSub; // constant "" | ||
|  | }; |