We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isShadowRealm
global.GLOBAL
1 parent 0a13097 commit c655514Copy full SHA for c655514
test/common/wpt/worker.js
@@ -8,7 +8,8 @@ const resource = new ResourceLoader(workerData.wptPath);
8
9
global.self = global;
10
global.GLOBAL = {
11
- isWindow() { return false; }
+ isWindow() { return false; },
12
+ isShadowRealm() { return false; }
13
};
14
global.require = require;
15
0 commit comments