|
|
@@ -187,7 +187,7 @@ export const VAULT = (() => {
|
|
|
builtinFuncs = res[i += 1] || (funcs => {
|
|
|
// extracting commonly hijacked functions that still work when bound to a real `window`
|
|
|
for (const key of ['setInterval', 'setTimeout']) {
|
|
|
- funcs[key] = setPrototypeOf(describeProperty(src, key), null);
|
|
|
+ funcs[key] = setPrototypeOf(describeProperty(srcWindow, key), null);
|
|
|
}
|
|
|
return funcs;
|
|
|
})(createNullObj()),
|