SandboxedFunction is a javascript library to execute javascript safely in the browser.
SandboxedFunctionPHP is the same thing except it executes php in the browser
get a webserver to serve the files. then use them like this
const sandboxedFunction = new SandboxedFunction(`your code here`, /*you can here insert an object that should act as the global, note that the user cannot modify it (its proxyed)*/);
const returnValue = sandboxedFunction.run();because i need to execute it in the browser
some are! some arent. please do not remove them