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;
|