mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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,
|
||||
packageCacheDir,
|
||||
jsglobals: {
|
||||
Object,
|
||||
console,
|
||||
fetch,
|
||||
AbortController,
|
||||
AbortSignal,
|
||||
Object,
|
||||
XMLHttpRequest,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user