Closed dashng closed 8 months ago
If you want to perform operations on files, network, native modules, etc then you will need to set up some kind of shim delegate which can perform the operation within nodejs and pass the result back to your isolate.
I think I got the answer, it doesnot support network http query.
Thanks
I am trying to run manual js string code within isolated-vm, but blocked by http query. JS script is for deltect / monitoring 3rd service health by restful api. So the http is mandatory to be supported. Is there any one can help me on this to point out if isolated-vm support async call?