You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create an async function in unsafe JS that can invoke an async function and return a value.
This code can call the async function "test" from the unsafe script, but when it try to return it produces the error "TypeError: # could not be cloned."
I am trying to create an async function in unsafe JS that can invoke an async function and return a value.
This code can call the async function "test" from the unsafe script, but when it try to return it produces the error "TypeError: # could not be cloned."
Node.js v18.19.0
isolated-vm v4.7.2
The text was updated successfully, but these errors were encountered: