ShadowRealmGlobalScope.idl 271 B

123456
  1. // https://whatpr.org/html/9893/webappapis.html#shadowrealmglobalscope
  2. // FIXME: This is not correct! We should not have Exposed=Window here.
  3. [Global, Exposed=Window]
  4. interface ShadowRealmGlobalScope : EventTarget {
  5. readonly attribute ShadowRealmGlobalScope self;
  6. };