Use polyfills directly
This commit is contained in:
parent
148924f821
commit
7fdb22459a
|
@ -175,14 +175,6 @@ export class IsolatedVM implements VM {
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
atobCB: new ivm.Callback((...args: Parameters<typeof atob>) => {
|
|
||||||
const result = atob(...args)
|
|
||||||
return result
|
|
||||||
}),
|
|
||||||
btoaCB: new ivm.Callback((...args: Parameters<typeof btoa>) => {
|
|
||||||
const result = btoa(...args)
|
|
||||||
return result
|
|
||||||
}),
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const script = this.isolate.compileScriptSync(
|
const script = this.isolate.compileScriptSync(
|
||||||
|
|
Loading…
Reference in New Issue