Run javascript sandboxed
I know that workers have their eval command disabled, but is there a way to use a cloudflare worker as a way to execute javascript in a sandboxed environment?
For example, I send a payload to my worker containing some javascript code, and the worker executes the javascript safely and returns the result
For example, I send a payload to my worker containing some javascript code, and the worker executes the javascript safely and returns the result
