mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <HTML/UniversalGlobalScope.idl>
 | |
| 
 | |
| // https://whatpr.org/html/9893/webappapis.html#shadowrealmglobalscope
 | |
| [Global, Exposed=ShadowRealm]
 | |
| interface ShadowRealmGlobalScope : EventTarget {
 | |
|     readonly attribute ShadowRealmGlobalScope self;
 | |
| };
 | |
| 
 | |
| ShadowRealmGlobalScope includes UniversalGlobalScope;
 | 
