Bug1622420Child.sys.mjs (238B)
1 export class Bug1622420Child extends JSWindowActorChild { 2 receiveMessage(msg) { 3 switch (msg.name) { 4 case "hasWindowContextForTopBC": 5 return !!this.browsingContext.top.currentWindowContext; 6 } 7 return null; 8 } 9 }