mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Code Node): Update pyodide sandbox context to fix micropip regressions (#15181)
This commit is contained in:
committed by
GitHub
parent
12b681fc41
commit
63cbf8681a
@@ -14,8 +14,11 @@ export async function LoadPyodide(packageCacheDir: string): Promise<PyodideInter
|
|||||||
indexURL,
|
indexURL,
|
||||||
packageCacheDir,
|
packageCacheDir,
|
||||||
jsglobals: {
|
jsglobals: {
|
||||||
Object,
|
|
||||||
console,
|
console,
|
||||||
|
fetch,
|
||||||
|
AbortController,
|
||||||
|
AbortSignal,
|
||||||
|
Object,
|
||||||
XMLHttpRequest,
|
XMLHttpRequest,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user